On Mon, Jun 01, 2009 at 02:26:03PM +0200, Sylvain Beucler wrote: > On Mon, Jun 01, 2009 at 10:12:11PM +1000, Zenaan Harkness wrote: > > Hello, at this page: > > > > http://savannah.nongnu.org/git/?group=gluster > > > > you will see near the bottom, the following git checkout instructions: > > > > Anonymous checkout: > > git clone git://git.savannah.nongnu.org/gluster.git > > > > When I try this commend, it does not work. > > > > I am not behind any corporate firewall. My other git projects have been > > able to checkout, and git pull update, normally. > > > > Any ideas why I can't clone this repo? > > Check the homepage :)
Sorry, posted the wrong text. Using http protocol was my third attempt: $ git clone git://git.savannah.nongnu.org/gluster.git Initialized empty Git repository in /setups/g/glusterfs/gluster/.git/ fatal: read error (Connection reset by peer) fetch-pack from 'git://git.savannah.nongnu.org/gluster.git' failed. Problem is the "connection reset by peer" bit. I've tried the following, all to no success: $ git clone git://git.savannah.nongnu.org/gluster.git $ git clone git://savannah.nongnu.org/gluster.git $ git clone git://savannah.gnu.org/gluster.git $ git clone git://git.sv.nongnu.org/gluster.git $ git clone git://git.sv.gnu.org/gluster.git $ git clone git://sv.nongnu.org/gluster.git $ git clone git://sv.gnu.org/gluster.git $ git clone git://git.savannah.nongnu.org/gluster Each command I try, produces same error. Any ideas? TIA Zen -- Homepage: www.SoulSound.net -- Free Australia: www.UPMART.org Please respect the confidentiality of this email as sensibly warranted.
