Re: git clone hangs

2014-04-09 Thread shouldbe q931
On Mon, Feb 10, 2014 at 10:01 AM, Lukas Tribus luky...@hotmail.com wrote: Hi, It doesn't hang, it just needs a long time (hours, probably) if you clone from scratch. Doing a git pull just now, the bandwidth utilisation _peaked_ at 20kb/s (on a 40Mb connection ~26ms away) reminds me of being

RE: git clone hangs

2014-04-09 Thread Jeff Buchbinder
...@ravemobilesafety.com From: shouldbe q931 [shouldbeq...@gmail.com] Sent: Wednesday, April 09, 2014 1:36 PM To: haproxy@formilux.org Cc: Lukas Tribus Subject: Re: git clone hangs On Mon, Feb 10, 2014 at 10:01 AM, Lukas Tribus luky...@hotmail.com wrote: Hi

RE: git clone hangs

2014-04-09 Thread Lukas Tribus
Hi, There's a mirror at https://github.com/haproxy/haproxy if the main repo is hanging. It's usually not more than a day or so out of date. Just clone from: http://master.formilux.org/git/people/willy/haproxy.git/ There is no delay at all usually at this mirror. Doing a git pull just

Re: git clone hangs

2014-02-11 Thread Phil Pennock
On 2014-02-10 at 11:01 +0100, Lukas Tribus wrote: same problem as mentioned here: http://comments.gmane.org/gmane.comp.web.haproxy/7172 Same solution, use the mirrors:  http://master.formilux.org/git/people/willy/haproxy.git/  

RE: git clone hangs

2014-02-10 Thread Lukas Tribus
Hi, same problem as mentioned here: http://comments.gmane.org/gmane.comp.web.haproxy/7172 Same solution, use the mirrors:  http://master.formilux.org/git/people/willy/haproxy.git/  http://master.formilux.org/git/people/willy/haproxy-1.4.git/ I've tried for three days in a row. It

Re: git clone hangs?

2012-09-24 Thread haproxy
I had this same problem and it turned out to be an ssh problem, my .ssh directory did not have the correct permissions (which are 700). --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,407517,568942#msg-568942

Re: git clone hangs?

2011-11-23 Thread Brane F . Gračnar
On Wednesday 23 of November 2011 07:58:26 Willy Tarreau wrote: It is possible there are random network issue from time to time, I remember that git is particularly sensible to this as I've already had trouble cloning kernels in the past. Willy, have you considered migration of git repository

Re: git clone hangs?

2011-11-23 Thread Willy Tarreau
On Wed, Nov 23, 2011 at 10:47:51AM +0100, Brane F. Gra??nar wrote: On Wednesday 23 of November 2011 07:58:26 Willy Tarreau wrote: It is possible there are random network issue from time to time, I remember that git is particularly sensible to this as I've already had trouble cloning kernels

RE: git clone hangs?

2011-11-21 Thread Jeff Buchbinder
From: Mark Lamourine [markll...@redhat.com] Sent: Monday, November 21, 2011 2:31 PM To: haproxy@formilux.org Subject: git clone hangs? I'm trying to clone http://git.1wt.eu/git/haproxy.git and my clone operation seems to hang. I've been using git for a while, but usually with ssh+git. Is there