Created
May 31, 2012 06:55
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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