Last active
April 12, 2019 00:45
Revisions
-
todgru revised this gist
Jan 18, 2013 . No changes.There are no files selected for viewing
-
todgru revised this gist
Jan 18, 2013 . No changes.There are no files selected for viewing
-
todgru revised this gist
Nov 22, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password Make sure you are cloning your repos using `ssh`: ssh://[email protected]/username/repo.git -
todgru created this gist
Nov 22, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password Make sure you are cloning your repos using: ssh://[email protected]/username/repo.git If you use `https` or `git`, you will always be asked for username/password: https://github.com/username/repo.git git://github.com/username/repo.git