Hi Ben, I am able to clone Savannah's projects via http. The general format is http://git.sv.gnu.org/r/<project-name>.git.
So, git clone http://git.sv.gnu.org/r/gnulib.git should work for you. FYI, you can also browse the source via gitweb: http://git.savannah.gnu.org/gitweb/ Hope this helps, -Mike On Wed, Sep 8, 2010 at 3:00 PM, Ben Abbott <babb...@tqs.com> wrote: > > I'd like to clone gnulib from behind my company's firewall. > > The ports for git and cvs are closed, so I tried http, and obtained the error > below. > > export http_proxy=... > git clone http://git.savannah.gnu.org/gnulib.git > Cloning into gnulib... > fatal: http://git.savannah.gnu.org/gnulib.git/info/refs not found: did > you run git update-server-info on the server? > > I'm a novice regarding git, but this looks to me like my problem requires a > solution on the savannah end, correct? > > Any help that would allow me to grab a copy of gnulib while behind the > firewall would be appreciated. > > TiA > Ben >