Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created February 6, 2013 20:57
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 rnewson/4725754 to your computer and use it in GitHub Desktop.
Save rnewson/4725754 to your computer and use it in GitHub Desktop.
~/.gitconfig
[url "https://github.com/"]
insteadOf = "git://github.com/"
pushInsteadOf = "git://github.com/"
[url "https://github.com/"]
insteadOf = "git@github.com:"
pushInsteadOf = "git@github.com:"
~/.netrc
machine github.com
login username_here
password password_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment