Skip to content

Instantly share code, notes, and snippets.

@joncode
Created May 31, 2012 06:55
Show Gist options
  • Select an option

  • Save joncode/2841552 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2841552 to your computer and use it in GitHub Desktop.
git asks for username and password every time on git push - how to stop
git config -l
does remote.origin.url = git @github.com/joncode/filename.git ?
ie ... is the a '/' between github.com and joncode
if so
git config remote.origin.url git@github:joncode/filename.git
should fix it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment