North of the Wall, things are different. That's where the children went, and the giants, and the other old races. |
1. Bower
Open up your bower config file (.bowerrc) and add the following lines:
"proxy":"http(s)://server:port/",
"https-proxy":"http(s)://server:port/"
2. Git
Open up your .gitconfig file and add the following lines:
[http]
proxy = http(s)://server:port/
[https]
proxy = http(s)://server:port/
3. NPM
I believe these get stored in the .npmrc file, but npm recommends you set them via command line with these commands.
npm config set proxy http(s)://server:port npm config set https-proxy http(s)://server:port
Your .npmrc file then looks like this:
proxy =http(s)://server:port
https_proxy = http(s)://server:port
*The image above is copyrighted by HBO
No comments:
Post a Comment