[openib-general] RE: problems with git

Tziporet Koren tziporet at mellanox.co.il
Tue May 30 01:54:34 PDT 2006


Thanks,
It was a problem with my git installation. I reinstall and everything is
OK now.

Tziporet

-----Original Message-----
From: Roland Dreier [mailto:rdreier at cisco.com] 
Sent: Monday, May 29, 2006 7:11 PM
To: Tziporet Koren
Cc: openib
Subject: Re: problems with git

 > git clone
git://www.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
infiniband

 > warning: templates not found /home/dag/share/git-core/templates/

Looks like you have a slight issue with your git installation...

 > fatal: unable to connect a socket (Connection timed out)

And you are not able to connect to the git server.

In your command you are using a URL like git://www.kernel.org/...,
which I'm not sure will work -- www.kernel.org will likely point to a
local mirror, which is likely not running a native git server.

So you can try two things:
 1) replace www.kernel.org with git.kernel.org -- this is the best
    thing to do, as git native protocol will work better than http.
 2) If your firewall is blocking git:// URLs, then try replacing the
    git:// with http:// (but leave the server as www.kernel.org).

 - R.



More information about the general mailing list