Chris
2008-10-21 21:58:19 UTC
Note that using details from http://threebytesfull.com/2008/04/git-with-and-without-proxy.html,
I was able to get the repo command to proceed from behind proxy. I
needed to (a) setup a "connect" script that goes to a socks proxy
(b) set environment variable GIT_PROXY_COMMAND to point to this
connect script
This is the first time that I have had to use GIT_PROXY_COMMAND
instead configuring my ~/.ssh/config settings. If anyone has
instructions for getting android repo to work that just need to modify
~/.ssh/config, I'd love to hear about it.
I was able to get the repo command to proceed from behind proxy. I
needed to (a) setup a "connect" script that goes to a socks proxy
(b) set environment variable GIT_PROXY_COMMAND to point to this
connect script
This is the first time that I have had to use GIT_PROXY_COMMAND
instead configuring my ~/.ssh/config settings. If anyone has
instructions for getting android repo to work that just need to modify
~/.ssh/config, I'd love to hear about it.
Is anyone else having issues doing repo init -u git://android.kernel.org/platform/manifest.git
from behind a firewall?
Are there instructions for getting this to work with either an http or
socks proxy? I have tried assorted incantations involving http_proxy,
HTTP_PROXY, ~/.ssh/config, etc but have been unsuccessful to get it to
go thru a proxy instead of trying to connect directly.
from behind a firewall?
Are there instructions for getting this to work with either an http or
socks proxy? I have tried assorted incantations involving http_proxy,
HTTP_PROXY, ~/.ssh/config, etc but have been unsuccessful to get it to
go thru a proxy instead of trying to connect directly.