Skip to content

Instantly share code, notes, and snippets.

@snallami
Last active September 1, 2016 23:17
Show Gist options
  • Save snallami/8ee9514fb430eeff1aa7463994ffc54f to your computer and use it in GitHub Desktop.
Save snallami/8ee9514fb430eeff1aa7463994ffc54f to your computer and use it in GitHub Desktop.
Force git to use https:// instead of git://
git config --global url."https://github.com/".insteadOf git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment