This worked for me, it will prompt for username and password
git config --local credential.helper ""
git push origin master
This worked for me, it will prompt for username and password
git config --local credential.helper ""
git push origin master