[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sr #110247] git timeout
From: |
Bob Proulx |
Subject: |
[sr #110247] git timeout |
Date: |
Mon, 15 Jun 2020 01:31:32 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0 |
Update of sr #110247 (project administration):
Status: None => Works For Me
Assigned to: None => rwp
_______________________________________________________
Follow-up Comment #1:
The timeout for git:// git-daemon downloads is 28800 seconds (8 hours). If
the clone does not complete in 8 hours then the command will timeout.
I tested just now to my Colorado location and was able to clone from Boston
with no trouble. The result was 119MB of files on disk afterward.
$ time git clone git://git.savannah.gnu.org/gnulib.git
Cloning into 'gnulib'...
remote: Counting objects: 221832, done.
remote: Compressing objects: 100% (28259/28259), done.
remote: Total 221832 (delta 193516), reused 221811 (delta 193505)
Receiving objects: 100% (221832/221832), 44.36 MiB | 2.34 MiB/s, done.
Resolving deltas: 100% (193516/193516), done.
real 1m35.085s
user 2m47.062s
sys 0m2.923s
This error looks to me like a data corruption problem on the TCP network
stream. Can you try cloning from a different location?
Also I suggest trying to clone using one of the other two protocols. If
something on your network is blocking or mangling due to a bad proxy then
hopefully a different protocol will succeed.
$ time git clone https://git.savannah.gnu.org/git/gnulib.git
Cloning into 'gnulib'...
remote: Counting objects: 221832, done.
remote: Compressing objects: 100% (28259/28259), done.
remote: Total 221832 (delta 193516), reused 221811 (delta 193505)
Receiving objects: 100% (221832/221832), 44.36 MiB | 2.55 MiB/s, done.
Resolving deltas: 100% (193516/193516), done.
real 1m35.552s
user 2m49.977s
sys 0m3.174s
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/support/?110247>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/