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

Posted Qiao_Zhi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitGit 提示fatal: remote origin already exists 错误解决办法相关的知识,希望对你有一定的参考价值。

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

 

 

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

$ git remote rm origin

2、再添加远程 Git 仓库

$ git remote add origin https://github.com/qiao-zhi/small.git

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

$ vi .git/config

 

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

 

 

以上是关于gitGit 提示fatal: remote origin already exists 错误解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Git 技术篇 - git remote修改移除仓库源的使用方法,git添加仓库源提示fatal: remote origin already exists.问题解决

git服务端问题解决 fatal: No remote repository specified. Please, specify either a URL or a remote name fr

github常见操作和常见错误!错误提示:fatal: remote origin already exists.

remote: fatal: could not read Username for 'http://spapa.wicp.net:3000': No such device ors(

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

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