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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2018-5-8 this work for me

I was trying to build a Electron v2.0.0 app that I wrote.
and
npm run distis slowafter run this, now download would though proxy.
it's a lot faster now