* Problems Fetching from HTTP? @ 2010-04-01 15:03 Tim Visher 2010-04-01 16:29 ` Andreas Krey 0 siblings, 1 reply; 3+ messages in thread From: Tim Visher @ 2010-04-01 15:03 UTC (permalink / raw) To: Git Mailing List Hello Everyone, I recently seem to have developed problems fetching from http://www.kernel.org/pub/scm/git/git.git. The error is simply: error: Failed connect to www.kernel.org:80; Connection refused while accessing http://www.kernel.org/pub/scm/git/git.git/info/refs fatal: HTTP request failed I looked around and discovered that perhaps the URL had changed via [git.kernel.org][] so I went ahead and changed the URL and still get the error. error: Failed connect to git.kernel.org:80; Connection refused while accessing http://git.kernel.org/pub/scm/git/git.git/info/refs fatal: HTTP request failed What could be going on here? I can't pull from `git://` as I'm behind a firewall. Thanks in advance! -- In Christ, Timmy V. http://burningones.com/ http://five.sentenc.es/ - Spend less time on e-mail ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems Fetching from HTTP? 2010-04-01 15:03 Problems Fetching from HTTP? Tim Visher @ 2010-04-01 16:29 ` Andreas Krey 2010-04-01 18:12 ` Tim Visher 0 siblings, 1 reply; 3+ messages in thread From: Andreas Krey @ 2010-04-01 16:29 UTC (permalink / raw) To: Tim Visher; +Cc: Git Mailing List On Thu, 01 Apr 2010 11:03:20 +0000, Tim Visher wrote: ... > error: Failed connect to git.kernel.org:80; Connection refused > while accessing http://git.kernel.org/pub/scm/git/git.git/info/refs > > fatal: HTTP request failed > > What could be going on here? I can't pull from `git://` as I'm behind > a firewall. It pretty much looks like the firewall doesn't let you directly access HTTP as well. You may need to use your proxy, and you (seem to) need to set the environment variable 'http_proxy="http://10.0.0.1:3128"' to point to your proxy. Google will take you from there, like http://rip747.wordpress.com/2008/09/12/git-clone-over-http-who-knew/ Andreas ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems Fetching from HTTP? 2010-04-01 16:29 ` Andreas Krey @ 2010-04-01 18:12 ` Tim Visher 0 siblings, 0 replies; 3+ messages in thread From: Tim Visher @ 2010-04-01 18:12 UTC (permalink / raw) To: Andreas Krey; +Cc: Git Mailing List On Thu, Apr 1, 2010 at 12:29 PM, Andreas Krey <a.krey@gmx.de> wrote: > On Thu, 01 Apr 2010 11:03:20 +0000, Tim Visher wrote: > ... >> error: Failed connect to git.kernel.org:80; Connection refused >> while accessing http://git.kernel.org/pub/scm/git/git.git/info/refs >> >> fatal: HTTP request failed >> >> What could be going on here? I can't pull from `git://` as I'm behind >> a firewall. > > It pretty much looks like the firewall doesn't let you directly access > HTTP as well. You may need to use your proxy, and you (seem to) need to > set the environment variable 'http_proxy="http://10.0.0.1:3128"' to > point to your proxy. Google will take you from there, like > http://rip747.wordpress.com/2008/09/12/git-clone-over-http-who-knew/ Strange. I suppose they reconfigured the firewall recently as I never had to set that before and I've tracked git through http for over a year. I ended up setting `http.proxy` in ~/.gitconfig. Thanks! -- In Christ, Timmy V. http://burningones.com/ http://five.sentenc.es/ - Spend less time on e-mail ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-01 18:12 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-01 15:03 Problems Fetching from HTTP? Tim Visher 2010-04-01 16:29 ` Andreas Krey 2010-04-01 18:12 ` Tim Visher
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).