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

github常见错误整理!

时间:2017-06-05 10:16:42      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:art   move   com   内容   style   打开   项目   color   span   

1.fatal: remote origin already exists.错误

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

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

解决办法如下:

1>、先输入$ git remote rm origin

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

如果输入$ git remote rm origin 还是报错的话,error: Could not remove config section ‘remote.origin‘. 我们需要修改gitconfig文件的内容,打开它把里面的[remote "origin"]那一行删掉就好了!

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

github常见错误整理!

标签:art   move   com   内容   style   打开   项目   color   span   

原文地址:http://www.cnblogs.com/Beyron/p/6943246.html

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