Created
September 15, 2015 09:36
-
-
Save dotnetdude/75a57e7e1d51fe32a57e to your computer and use it in GitHub Desktop.
set http proxy for vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| On Windows | |
| Current Open Command Prompt | |
| set http_proxy=http://yourproxyserver:port | |
| set https_proxy=https://yourproxyserver:port | |
| Permantly Set | |
| setx http_proxy=http://yourproxyserver:port | |
| setx https_proxy=https://yourproxyserver:port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment