A friend and myself are sharing my computer. I\'ve made pushes to GitHub using the git bash shell on Windows 7. Now we\'re in a different project on that computer and I need
This worked for me, it will prompt for username and password
git config --local credential.helper "" git push origin master