使用 git 命令修改:
git remote set-url <new_name> <new_url>
new_name | 要变更的新的远程仓库名 |
new_url | 要变更的新的地址 |
例如:
git remote set-url origin http://10.7.104.70:9001/mycloud/mycloud.git
来源:CSDN
作者:TCatTime
链接:https://blog.csdn.net/TCatTime/article/details/104161037