Re: cloning gnulib from behind a firewall

2010-09-09 Thread Ben Abbott
On Sep 9, 2010, at 10:06 AM, Jarno Rajahalme wrote: > On Sep 9, 2010, at 16:52 , ext Ben Abbott wrote: >> Thanks Eric. >> >> Cloning from ... >> >> git clone http://repo.or.cz/r/gnulib.git >> >> worked nicely. I liked the "insteadof" suggestion, but when I tried it I got >> the same err

Re: cloning gnulib from behind a firewall

2010-09-09 Thread Jarno Rajahalme
On Sep 9, 2010, at 16:52 , ext Ben Abbott wrote: > Thanks Eric. > > Cloning from ... > > git clone http://repo.or.cz/r/gnulib.git > > worked nicely. I liked the "insteadof" suggestion, but when I tried it I got > the same error as before ... even though ~/.gitconfig has the substitution

Re: cloning gnulib from behind a firewall

2010-09-09 Thread Ben Abbott
On Sep 8, 2010, at 10:02 PM, Eric Blake wrote: > On 09/08/2010 01:00 PM, Ben Abbott 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 cl

Re: cloning gnulib from behind a firewall

2010-09-08 Thread Mike Detwiler
Hi Ben, I am able to clone Savannah's projects via http. The general format is http://git.sv.gnu.org/r/.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 We

Re: cloning gnulib from behind a firewall

2010-09-08 Thread Eric Blake
On 09/08/2010 01:00 PM, Ben Abbott 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

cloning gnulib from behind a firewall

2010-09-08 Thread Ben Abbott
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.savanna