2014-08-12

Cygwin Proxy Settings

Finally figured out how to configure proxies in Cygwin.

In your .bashrc file, enter the following:

proxy=http://myproxy.domain.net:8080
export http_proxy=$proxy
export https_proxy=$proxy
export no_proxy=localhost,.domain.net