我是靠谱客的博主 可耐小白菜,最近开发中收集的这篇文章主要介绍github常见操作和常见错误!错误提示:fatal: remote origin already exists.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

本文转载自:http://blog.csdn.net/dengjianqiang2011/article/details/9260435 

如果输入$ git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 

    提示出错信息:fatal: remote origin already exists.

    解决办法如下:

    1、先输入$ git remote rm origin

    2、再输入$ git remote add origin git@github.com:djqiang/gitdemo.git 就不会报错了!

    3、如果输入$ git remote rm origin 还是报错的话,error: Could not remove config section 'remote.origin'. 我们需要修改gitconfig文件的内容

    4、找到你的github的安装路径,我的是C:UsersASUSAppDataLocalGitHubPortableGit_ca477551eeb4aea0e4ae9fcd3358bd96720bb5c8etc

    5、找到一个名为gitconfig的文件,打开它把里面的[remote "origin"]那一行删掉就好了!

最后

以上就是可耐小白菜为你收集整理的github常见操作和常见错误!错误提示:fatal: remote origin already exists.的全部内容,希望文章能够帮你解决github常见操作和常见错误!错误提示:fatal: remote origin already exists.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(49)

评论列表共有 0 条评论

立即
投稿
返回
顶部