Created
June 28, 2016 08:07
-
-
Save alexandervantrijffel/e68e3e6266b465962815ed4c180fe22d to your computer and use it in GitHub Desktop.
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
git config --global http.proxy http://USER:PASSWORD@PROXY:PORT | |
git config --global https.proxy https://USER:PASSWORD@PROXY:PORT | |
.bowerrc | |
{ | |
"directory": "app/bower_components", | |
"proxy": "http://USER:PASSWORD@PROXY:PORT", | |
"https-proxy":"http://USER:PASSWORD@PROXY:PORT", | |
"strict-ssl": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment