Re: Fetch via http and proxy which requires authentication
From: Dilip M <hidden>
Date: 2016-06-15 22:45:34
On Thu, Aug 28, 2008 at 3:43 PM, Paolo Ciarrocchi [off-list ref] wrote:
quoted
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