Skip to content

Instantly share code, notes, and snippets.

@evanlh
Created October 26, 2015 21:56
Show Gist options
  • Save evanlh/128e21730ffd1df26d2b to your computer and use it in GitHub Desktop.
Save evanlh/128e21730ffd1df26d2b to your computer and use it in GitHub Desktop.
git config --global http.sslVerify false
npm config set strict-ssl false
~/.bowerrc
{
"directory": "bower_components",
"registry": "http://bower.herokuapp.com",
"strict-ssl": false
}
git config --global url."https://".insteadOf git://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment