http://stackoverflow.com/questions/11403407/git-asks-for-username-everytime-i-push
$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
Comments
Post a Comment