fatal: remote origin already exists.解决方法
生活随笔
收集整理的這篇文章主要介紹了
fatal: remote origin already exists.解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
git remote add origin1 http://github.com/xxx/xxx.git
origin名字沖突,換一個名字
遇到這種問題時表示已經有一個origin,沖突了,可能原因是碼云和github沖突了,你可以換一個名字,換成origin1轉載于:https://www.cnblogs.com/alex3174/p/11223025.html
總結
以上是生活随笔為你收集整理的fatal: remote origin already exists.解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。