Last active
January 19, 2018 23:29
-
-
Save thblckjkr/15497cd6f000652163511b3b03850d47 to your computer and use it in GitHub Desktop.
Prevent proxy on apt-get
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
Prevent proxy on APT-get | |
sudo apt-get -o Acquire::http::proxy=false | |
Prevent Proxy on NPM | |
npm config rm proxy | |
npm config rm https-proxy | |
npm update --noproxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment