On Mon, 22 Oct 2007, Mahesh U.Patil wrote: > Date: Mon, 22 Oct 2007 20:31:04 +0530 (IST) > From: Mahesh U.Patil <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] git-clone behind proxy??? > > Dear All > > Any one has a idea of utilizing git-clone behind proxy? > > tried out http_proxy env....does'nt work out... :( > > Regards > Mahesh >
Hi Mahesh: on a linux box, try this approach: 1. export http_proxy=172.16.27.1:8080 (replace ip and port with yours) 2. git clone http://www.twincling.org/software/pkg.git (replace url with yours) Please note that I have replaced GIT:// with HTTP:// Hope this helps. thanks Saifi.

