I closed a PHP project that I posted on google code.
The problem is that when I try to use the following command:
git push origin master
I get the following authentication error message:
fatal: remote error: Invalid username/password.
You may need to use your generated googlecode.com password; see https://code.google.com/hosting/settings
How can I force Git to prompt for username and password in order to resolve this issue?