Skip to content

Instantly share code, notes, and snippets.

@mereformalities
Created July 12, 2012 05:13
Show Gist options
  • Save mereformalities/3095979 to your computer and use it in GitHub Desktop.
Save mereformalities/3095979 to your computer and use it in GitHub Desktop.
Gotchas

Running git push -u origin master asks for my password after cloning a repo

Either:

  • Clone the repo using the format git@github.com:username/repo.git
  • Run mate .git/config and change the origin url to the git@github.com format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment