标签:成功 highlight 地址 切换 使用 强制 git push pre url
1.查看远程仓库地址
$ git remote -v
2.使用git remote set-url重置远程仓库地址
$ git remote set-url origin 仓库B地址
3.再次查看仓库地址看是否重置成功
$ git remote -v
4.git push强制更新
$ git push -f
标签:成功 highlight 地址 切换 使用 强制 git push pre url
原文地址:https://www.cnblogs.com/zhaojingj/p/12746557.html