1.连接远程仓库报错,仓库已经存在
$ git remote add origin https://github.com/taz372436/maven_web_spring.git
fatal: remote origin already exists.
2.解决办法
git remote rm origin
再执行add就可以了
1.连接远程仓库报错,仓库已经存在
$ git remote add origin https://github.com/taz372436/maven_web_spring.git
fatal: remote origin already exists.
2.解决办法
git remote rm origin
再执行add就可以了
转载于:https://www.cnblogs.com/taz372436/p/7363576.html