git 修改远程仓库的 URL
git remote set-url origin
修改远程仓库的 URL。
old:ssh://wangzhijun@192.168.10.48:29418/kapok
new:http://wangzhijun@172.31.178.243:90/kapok
git remote set-url origin ssh://wangzhijun@172.31.178.243:29418/kapok
old:https://120.79.152.225/wuzeyuan/flymap_app
new:https://git.xair.cn/camera-system/a311d-platform/flymap_app.git
git remote set-url origin https://git.xair.cn/camera-system/a311d-platform/flymap_app.git
old:https://120.79.152.225/jianghanchao/sc2000_app_v3.git
new:https://git.xair.cn/camera-system/socionext-platform/sc2000_app_v3.git
git remote set-url origin https://git.xair.cn/camera-system/socionext-platform/sc2000_app_v3.git