码迷,mamicode.com
首页 > 其他好文 > 详细

Git 提示fatal: remote origin already exists 错误解决办法

时间:2017-09-09 00:46:12      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:使用   origin   block   tco   添加   com   code   fbi   今天   

今天使用git 添加远程github仓库的时候提示错误:fatal: remote origin already exists. 

 

最后找到解决办法如下: 
1、先删除远程 Git 仓库

$ git remote rm origin

2、再添加远程 Git 仓库

$ git remote add origin git@github.com:FBing/java-code-generator

3.如果执行 git remote rm origin 报错的话,我们可以手动修改gitconfig文件的内容

       $ vi .git/config

 

把 [remote “origin”] 那一行删掉就好了。

 

Git 提示fatal: remote origin already exists 错误解决办法

标签:使用   origin   block   tco   添加   com   code   fbi   今天   

原文地址:http://www.cnblogs.com/201552cjwh/p/7496920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!