I have made a copy of my repository and try to Push my code through Tower. However, that doesn't seem to work:
Pushing to https://mygoogleusername@code.google.com/p/hp-xxxxxx/
fatal: remote error: Invalid username/password.
You may need to use your generated googlecode.com password; see
https://code.google.com/hosting/settings
I have followed Googles instructions, but something is wrong and I can't figure out what:
git clone https://mygoogleusername@code.google.com/p/hp-xxxxxx/
To push your changes, authenticate with your Google Account and your generated googlecode.com password.
In Tower, Edit URL Connection Info I have typed the following:
- Repository URL: https://mygoogleusername@code.google.com/p/hp-xxxxxx/
- Username: my google username
- Password: the auto generated password
- Proxy: Left empty
- SSL Certificate: Tried both checked and unchecked
Under Google Code User Preferences on the web -> Security I have tried both checked and unchecked with the following:
- Accept myusername@gmail.com Google Account password when using a Git or Mercurial client. To make sure your password is safe, always use the latest client from:
What can be wrong?