LoginSignup
0
0

git コマンド 使用履歴

Posted at

git エラーの内容 fatal: remote origin already exists.

$ git remote add origin https://github.com/ユーザ名/リポジトリ名.git
fatal: remote origin already exists.

一度originを削除し、再度originを登録すれば解決。

$ git remote rm origin
$ git remote add origin git@github.com:ユーザ名/リポジトリ名.git
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0