Bill Allombert on Fri, 12 Oct 2012 19:03:56 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: git clone does not work |
On Fri, Oct 12, 2012 at 06:37:38PM +0200, ralf@ark.in-berlin.de wrote: > On Fri, Oct 12, 2012 at 06:24:57PM +0200, ralf@ark.in-berlin.de wrote: > > On Fri, Oct 12, 2012 at 05:25:05PM +0200, Bill Allombert wrote: > > > Is anyone else on this list having a problem with git clone ? > > > > Yes, > > git clone http://pari.math.u-bordeaux.fr/git/pari.git > > simply hangs here, this is git version 1.7.8.4 > > Same with 1.7.12.3, both on Gentoo AMD and a 10Mbit/s line. > It hangs one or two minutes then exits, even with -v(erbose) In my experience, neither --verbose nor --progress display anything anyway: on my laptop (with a 1Gb/s connection to the pari host): yellowpig - /tmp%time git clone --verbose --progress http://pari.math.u-bordeaux.fr/git/pari.git Cloning into pari... git clone --verbose --progress http://pari.math.u-bordeaux.fr/git/pari.git 11,80s user 0,47s system 32% cpu 37,873 total But otherwise it works fine. Cheers, Bill.