69
37

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

No such remote 'origin'

Posted at

remoteの設定を行おうと思ったらエラーが出た

git remote set-url origin https://github.com/KTakata/poke_app.git
fatal: No such remote 'origin'

原因は一番最初にremote addしていなかったから...(ォィ
なので正しくは

git remote add origin https://github.com/KTakata/poke_app.git

あくまで
remote set-url origin hugahuga
は一度設定しているremoteの向き先を変えるってお話

そんな備忘録

69
37
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
69
37

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?