On Thu, Aug 28, 2008 at 3:43 PM, Paolo Ciarrocchi <paolo.ciarrocchi@xxxxxxxxx> wrote: >> Hi all, >> i'm looking for a way to use git behind a corporate proxy which >> requires authentication. >> i just need to be able to fetch/pull via http. >> i'm using git on a win xp box. >> Any hint? > > Yes, google for http_proxy ;-) > > export http_proxy=http://host:port > git clone http://username:password@giturl I tried setting, export http_proxy=http://<user>:<password>@host:port But git clone failed! $git clone http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git git clone http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Initialized empty Git repository in /home/dilipm/bin/linux-2.6/.git/ fatal: http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/info/refs download error - The requested file was not found What may the problem? How can debug.... PS: wget works ... -- Dilip -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html