で新しいリポジトリを作成し、パスワードを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
この問題についてグーグルで検索したところ、いくつかのリンクが見つかりましたが、その中で言及されている回避策は機能していないようです。どんな提案でも大歓迎です!
更新: 次の回避策を試しましたが、失敗しました:
- でを更新し
url
、.git/config
username
password
- コマンドで
username
とpassword
を指定しますurl
git clone
- 更新
username
しpassword
て、グローバルgit
構成コマンドを使用