Forked from imadx/proxy config for pera internal network
Created
May 26, 2017 10:42
-
-
Save chaminiPrashakthi/667abbe5c39d90cc3ab771e3f5bd12ff to your computer and use it in GitHub Desktop.
This file contains 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
.d8888. d88888b d888888b | |
88' YP 88' `~~88~~' | |
`8bo. 88ooooo 88 | |
`Y8b. 88~~~~~ 88 | |
db 8D 88. 88 | |
`8888Y' Y88888P YP | |
set HTTP_PROXY=http://cachex.pdn.ac.lk:3128 | |
set HTTPS_PROXY=http://cachex.pdn.ac.lk:3128 | |
npm config set strict-ssl false | |
npm config set registry "http://registry.npmjs.org/" | |
npm --proxy http://cachex.pdn.ac.lk:3128 install | |
db db d8b db .d8888. d88888b d888888b | |
88 88 888o 88 88' YP 88' `~~88~~' | |
88 88 88V8o 88 `8bo. 88ooooo 88 | |
88 88 88 V8o88 `Y8b. 88~~~~~ 88 | |
88b d88 88 V888 db 8D 88. 88 | |
~Y8888P' VP V8P `8888Y' Y88888P YP | |
set HTTP_PROXY= | |
set HTTPS_PROXY= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment