Bill Allombert on Fri, 12 Oct 2012 18:47:00 +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:24:57PM +0200, ralf@ark.in-berlin.de wrote:
> On Fri, Oct 12, 2012 at 05:25:05PM +0200, Bill Allombert wrote:
> > On Fri, Oct 12, 2012 at 09:05:57AM -0400, Mathieu Carbou wrote:
> > > git clone http://pari.math.u-bordeaux.fr/git/pari.git
> > 
> > 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

Are you sure it is not just very slow ? It seems
you downloaded 6119 files from the server.

The git http transport is known to be rather slow.

> BTW, when I gave
> git clone git@pari.math.u-bordeaux.fr:git/pari.git
> I was asked for a password but that is a different protocol
> from the above AFAIK.

Yes it uses ssh, but there is no git user on the pari server.

Cheers,
Bill.