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
2014-08-12
Cygwin Proxy Settings
Posted by Christer Engman kl 3:01 PM 0 comments
Subscribe to:
Posts (Atom)