LoginSignup
7
5

More than 5 years have passed since last update.

Gitでfatal: remote origin already exists. が出るとき

Posted at

originを削除して、あらためてaddする

$ git remote rm origin
$ git remote add origin git@github.com:ユーザ名/リポジトリ名.git
7
5
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
7
5