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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment