FS#48597 - Git repos not working properly
Attached to Project:
AUR web interface
Opened by Daniel Milde (dundee) - Tuesday, 15 March 2016, 17:40 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 02 April 2016, 06:56 GMT
Opened by Daniel Milde (dundee) - Tuesday, 15 March 2016, 17:40 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 02 April 2016, 06:56 GMT
|
Details
I am getting error message when reading from AUR git repos
since last few days:
Timeout, server aur.archlinux.org not responding. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Tried IPv6 and 4 addresses, same behaviour. |
This task depends upon
What's the full command you're running? Are you behind a firewall? Can you ping the address?
Mark Weiman also wrote on AUR-General:
I'm getting large delays too. I only noticed today, but I haven't really checked since last Thursday.
I have tried connecting from server placed in datacentre in Prague:
# time git fetch
real 0m20.741s
user 0m0.022s
sys 0m0.004s
It doesn't failed, but 20 secs for fetch of small repo with 5 commits is a lot.
Regardless, it's not very quick to clone or push, but I'm not experiencing any time-outs. I've noticed that pushes have been slow for a while now, but clones have now joined in on the fun (within the last week). My main issue was in
FS#48593, which appears to be fixed.And come to think of it, I too have noticed pushing is rather slow for a while. (It isn't as noticeable, when you are splitting a subtree first, every time.)
The fetch/clone is new, I think.
All over SSH -- because I have an SSH alias for "aur", so it saves so much typing that way, whyever not...
It happens on fetch, push and clone.
$ git clone ssh+git://aur@aur.archlinux.org/python2-pypdf.git
Cloning into 'python2-pypdf'...
Timeout, server aur.archlinux.org not responding.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.