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

git配置与删除远程仓库地址

时间:2020-05-30 10:52:42      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:url   origin   git配置   mamicode   注意   本地   alt   成功   img   

1,查看本地是否配置了远程仓库地址
git remote -v

2,删除远程地址
git remote rm origin
如图:
技术图片

3,添加新地址
git remote add origin url
注意:url 为你远程仓库新地址
如图:
技术图片

看到新地址生成,说明你已经配置成功了

git配置与删除远程仓库地址

标签:url   origin   git配置   mamicode   注意   本地   alt   成功   img   

原文地址:https://www.cnblogs.com/stronger-xsw/p/12991139.html

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