Skip to content

Instantly share code, notes, and snippets.

@mxriverlynn
Created October 6, 2015 19:10
Show Gist options
  • 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