Skip to content

Instantly share code, notes, and snippets.

@eencinasq
Forked from wolf-mtwo/config.md
Last active August 29, 2015 14:11
Show Gist options
  • Save eencinasq/950e4dca64c373dda4a7 to your computer and use it in GitHub Desktop.
Save eencinasq/950e4dca64c373dda4a7 to your computer and use it in GitHub Desktop.
# bower error
git config --global url.https://github.com/.insteadOf git://github.com/

# push master
git push origin master

#git ignore
# .gitignore
.bower-*/
.idea/
node_modules/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment