After I changed my GitHub password, I am unable to push to the remote:
$ git push origin master remote: Invalid username or password.
Is th
For me, running git on Windows7 using git-bash, running:
git push origin master
Got it working. That prompted Windows7 to ask again for my git creds, and then stored them (whereever Windows does), to update the password.