Skip to content

Instantly share code, notes, and snippets.

@panlw
Last active August 29, 2015 14:07
Show Gist options
  • Save panlw/0a4c937f5e4fb09145c9 to your computer and use it in GitHub Desktop.
Save panlw/0a4c937f5e4fb09145c9 to your computer and use it in GitHub Desktop.
[Tip] Access git service by https://
# if access disabled by git://, you can retry https:// by git global config
# @see http://stackoverflow.com/questions/15669091/bower-install-using-only-https
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