热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

git修改远程仓库地址

方法有三种:1.修改命令gitremoteset-urlorigin[url]例如:gitremoteset-urlorigin https:github.comboonookea

方法有三种:

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


推荐阅读
author-avatar
周扒pi
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有