リポジトリのコピーを作成し、コードを Tower にプッシュしようとしました。しかし、それはうまくいかないようです:
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
Google の指示に従いましたが、何かが間違っていて、何が原因なのかわかりません:
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.
Tower で、URL 接続情報の編集 次のように入力しました。
- リポジトリ URL: https://mygoogleusername@code.google.com/p/hp-xxxxxx/
- ユーザー名: Google ユーザー名
- パスワード: 自動生成されたパスワード
- プロキシ: 空のまま
- SSL証明書:チェックありとチェックなしの両方を試しました
ウェブ上の Google Code User Preferences -> Security の下で、次のようにオンとオフの両方を試しました。
- Git または Mercurial クライアントを使用する場合は、myusername@gmail.com Google アカウントのパスワードを受け入れます。パスワードが安全であることを確認するには、常に次の最新のクライアントを使用してください。
何が間違っている可能性がありますか?