首页 > 其他 > 详细

xcode git修改远程仓库地址

时间:2020-07-08 20:32:43      阅读:269      评论:0      收藏:0      [点我收藏+]

方法有三种:

1.修改命令
git remote set-url origin [url]
例如:
git remote set-url origin gitlab@gitlab.chumob.com:php/hasoffer.git

2.先删后加

git remote rm origin
git remote add origin [url]

3.直接修改config文件

xcode git修改远程仓库地址

原文:https://www.cnblogs.com/Im-Victor/p/13268759.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!