Monday, January 10, 2011

Access Git Repository behind HTTP Proxy

Use this command on Git Shell to set HTTP Proxy:
# export http_proxy=”http://10.0.0.1:3128″

http_proxy should be in lowercase.

No comments:

Post a Comment