端くれプログラマの備忘録 Git [Git] No such remote ‘origin’

[Git] No such remote ‘origin’

Bitbucketでリポジトリを作った後の操作指示のコマンドラインが違ってる?

$ git remote set-url origin https://user@bitbucket.org/user/repo.git
fatal: No such remote 'origin'
$ git remote add origin https://user@bitbucket.org/user/repo.git
$ git push -u origin master

参考サイト

No such remote ‘origin’
https://qiita.com/KTakata/items/3e5073072e037c289a3a