git修改远程仓库地址
Posted boonook
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git修改远程仓库地址相关的知识,希望对你有一定的参考价值。
方法有三种:
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修改远程仓库地址的主要内容,如果未能解决你的问题,请参考以下文章