I closed the PHP project that I posted in 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 to get Git to request username and password to solve this problem?
source share