transcode-open / apt-cyg

Apt-cyg, an apt-get like tool for Cygwin
MIT License
2.99k stars 684 forks source link

HTTP Proxy Support and Installation directory #82

Open allenwyma opened 8 years ago

allenwyma commented 8 years ago

I have a company proxy that I need to use in order to dial out. I tried:

export http_proxy=http://proxy.com/ and the same for https_proxy, but no use. Also, can we change the binary directory of the installation of the packages we want to install?

eladcandroid commented 7 years ago

It worked for me. Don't forget the port and the https_proxy.. export http_proxy=http://proxy.com:8080 export https_proxy=http://proxy.com:8080