Last active
July 8, 2018 07:58
-
-
Save 1c7/d1e2a93dc5f0410eb800a008e217c1fe to your computer and use it in GitHub Desktop.
Command line proxy
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
| ```bash | |
| set http_proxy=http://127.0.0.1:1080;export https_proxy=http://127.0.0.1:1080; | |
| ``` |
Author
Author
for macOS export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

on macOS it's
exporton Winodws it's
set