Skip to content

Instantly share code, notes, and snippets.

@ilosamart
Created January 12, 2018 15:17
Show Gist options
  • Save ilosamart/064b6df74faf16faa1d41ca95cad0b11 to your computer and use it in GitHub Desktop.
Save ilosamart/064b6df74faf16faa1d41ca95cad0b11 to your computer and use it in GitHub Desktop.
Git change SSH to HTTP :)
[url "https://github.com/"]
insteadOf = [email protected]/
[url "https://github.com/"]
insteadOf = git://github.com/
git config --global url."https://github.com".insteadOf "[email protected]"
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