LoginSignup
3
3

More than 5 years have passed since last update.

remote origin already exists の時の対処法(自分用)

Last updated at Posted at 2017-01-21

remote origin already exists の時の対処法

bitbucketへうまく繋がらなかったので
対処法を調べました。

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

細かいことは追記します。

3
3
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
3
3