Skip to content

Instantly share code, notes, and snippets.

@mxriverlynn
Created October 6, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxriverlynn/ac905abaf028a607548d to your computer and use it in GitHub Desktop.
Save mxriverlynn/ac905abaf028a607548d to your computer and use it in GitHub Desktop.
replacing git:// with https:// in git commands
[url "https://github.com/"]
insteadOf = git://github.com/
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