Thursday, November 26, 2015

git push remember username and password

going to your repository on github website

click the ssh link on the right and update the URL of your origin remote like this:
git remote set-url origin git@github.com:username/repo.git
source:http://stackoverflow.com/questions/6565357/git-push-requires-username-and-password

No comments:

Post a Comment