You are not logged in.
Connection to network seems fine.
https://aur.archlinux.org https://bbs.archlinux.org open in browser only through proxy.
But https://archlinux.org opens both directly and through proxy.
$ git clone https://aur.archlinux.org/bluetuith-bin.git
Cloning into 'bluetuith-bin'...
fatal: unable to access 'https://aur.archlinux.org/bluetuith-bin.git/': Failed to connect to aur.archlinux.org port 443 after 133144 ms: Could not connect to server
$ curl -I https://aur.archlinux.org
curl: (28) Failed to connect to aur.archlinux.org port 443 after 133171 ms: Could not connect to server
$ curl -Im10 https://bbs.archlinux.org
curl: (28) Connection timed out after 10001 milliseconds
$ curl -Im10 https://archlinux.org/
HTTP/2 200
.....
$ curl -Im10 https://duckduckgo.com
HTTP/2 200
.....
$ curl ipinfo.io
{
"ip": ".....",
"hostname": ".....",
"city": ".....",
"region": ".....",
"country": "RU",
"loc": ".....",
"org": "AS12389 PJSC Rostelecom",
"postal": ".....",
"timezone": "Europe/Moscow",
"readme": "https://ipinfo.io/missingauth"
}Last edited by eveeee (2025-02-28 11:44:06)
Offline
Have you tried to ping the site that you are cloning from? If that works, are you 100% you are connected to the internet? Have you tried doing
[sudo pacman -Syyu] to refresh the packages as there may have been a bug with the git package, or your version might be corrupted, so updating would be a good idea in case that is your problem.
Capybara Gymastics is one of the most prestigious Olympic sports
- somebody
Offline
pinging aur.archlinux.org actually works:
$ ping aur.archlinux.org
PING aur.archlinux.org (95.216.144.15) 56(84) bytes of data.
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=1 ttl=54 time=101 ms
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=2 ttl=54 time=127 ms
^C
--- aur.archlinux.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 101.404/114.426/127.449/13.022 msThat makes me believe the problem is on the AUR or ISP side. I actually thought that it's on AUR side from the start but i didn't know which subforum to start a topic in.
I'm 100% sure i'm connected to internet. If i wouldn't get 200 OK from $ curl -Im10 https://duckduckgo.com/
System is up to date
Offline
Can you send me your public IP via email (gromit@archlinux.org) or open up a confidential issue on our tracker (https://gitlab.archlinux.org/archlinux/ … e/-/issues)? I can have a look then if you somehow got banned, but I suspect it's the ISP...
Where are you trying to access the AUR from? There are known issues with russia blocking access to our hosting provider (hetzner)
Offline
AS12389 PJSC Rostelecom, RU
Yeah, i think most likely it's the ISP
archlinux.org is hosted on hetzner too, not just aur.archlinux.org. I guess the aur.archlinux.org got unlucky with IP address range. Sent you an email
Offline
You're not in any of our fail2ban jails (with the IP you dm'ed me), so this is most likely your ISP ![]()
Last edited by gromit (2025-02-28 11:11:17)
Offline