http - Git proxy bypass -
git works in proxied environment setting http.proxy configuration parameter.
for addresses need bypass proxy. there no-proxy/bypass-proxy configuration parameter?
the proxy can overridden on per-remote basis - see http://git-scm.com/docs/git-config (look "http.proxy" , "remote.<name>.proxy" settings). assuming have remote called "origin" command use bypass proxy remote is:
git config --add remote.origin.proxy ""
Comments
Post a Comment