【bitbucket】git remote add origin git@~したのに fatal: remote origin already exists. というメッセージが出る場合の解決法
697 ワード
作業順序
git remote rm originでoriginを削除し、再度originを登録すればOKです。
$ git remote rm origin
$ git remote add origin [email protected]:ユーザ名/リポジトリ名.git
$ git push -u origin master
Author And Source
この問題について(【bitbucket】git remote add origin git@~したのに fatal: remote origin already exists. というメッセージが出る場合の解決法), 我々は、より多くの情報をここで見つけました https://qiita.com/KKDDD/items/bc26b055817fb5cdf497著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .