Git works in a proxied environment by setting the http.proxy configuration parameter.
For certain addresses I need to bypass the proxy. Is there a no-proxy/bypass-p
The proxy can be overridden on a per-remote basis - see http://git-scm.com/docs/git-config
(look for the "http.proxy" and "remote.
git config --add remote.origin.proxy ""