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

git修改远程仓库地址

时间:2018-09-23 16:27:34      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:conf   com   远程   https   tps   config   set   origin   博客   

方法有三种:

1.修改命令 git remote set-url origin [url]

例如: git remote set-url origin https://github.com/boonook/react-native.git

2.先删后加 git remote rm origin

git remote add origin [url]

3.直接修改config文件 --------------------- 本文来自 码农甲乙丙 的CSDN 博客 ,

全文地址请点击:https://blog.csdn.net/u012852597/article/details/79241548?utm_source=copy

git修改远程仓库地址

标签:conf   com   远程   https   tps   config   set   origin   博客   

原文地址:https://www.cnblogs.com/boonook/p/9692641.html

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