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

git错误fatal: remote origin already exists.

时间:2018-05-29 14:04:12      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:exists   str   错误   提示   add   tps   输入   项目   http   

输入 $git remote add origin https://github.com/用户名/项目.git,提示fatal: remote origin already exists.

 解决办法:

    1 、先输入$ git remote rm origin

    2、再输入git remote add origin https://github.com/用户名/项目.git

 

git错误fatal: remote origin already exists.

标签:exists   str   错误   提示   add   tps   输入   项目   http   

原文地址:https://www.cnblogs.com/ding-daisy/p/9104548.html

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