-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of Proxy Setting #989
Comments
In cmder session: Set http_proxy=http://[proxy]:[port] In bash session: export http_proxy=http://[proxy]:[port] In PowerShell session: $env:http_proxy=http://[proxy]:[port] You can also add these commands to a proxy.cmd, proxy.sh, and proxy.ps1 |
It works. Tnx @daxgames :) |
What I told you is it. This is the way to use proxy in Windows and Linux consoles. It really has nothing to do with cmder. |
How does one best add exceptions (e.g. |
you would set But It's going to be up to applications to find and respect that settings. You might want to make a function that sets the process env http_proxy to |
Hi
I need using cmder through proxy (because of some restriction on my network and failed to get some github libraries from repos)
I had lots of search, nothing found about proxy setting in cmder.
Any solution?
Tnx
The text was updated successfully, but these errors were encountered: