code.google.com: git: 致命的: リモート エラー: リポジトリが見つかりません

code.google.com: git: 致命的: リモート エラー: リポジトリが見つかりません

に新しいリポジトリを作成しcode.google.com、パスワードを生成してcode.google.com~/.netrc

machine code.google.com login <email-id> password <password>

の指示に従って、次のコマンドを使用してリポジトリcode.google.comにアクセスできました。clone

git clone https://code.google.com/p/<repository-name>/

その後、リポジトリにいくつかのファイルを追加し、 を実行しgit add、続いて を実行しましたgit commit。しかし、実行するとgit push origin master次のエラーが発生しました。

fatal: remote error: Repository not found

この問題について Google で検索したところ、いくつかのリンクが見つかりました。しかし、そこに記載されていた回避策は機能していないようでした。何かご提案があれば、ぜひお聞かせください。

更新: 以下の回避策を試しましたが、失敗しました。

  1. を更新しurl.git/config取得しusernamepassword
  2. コマンドのusernamepasswordを入力しますurlgit clone
  3. グローバル設定コマンドusernameで更新するpasswordgit

関連情報