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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -