coding在更新以后本身的地址发生了变化,这时候需要重新设置新的远程仓库地址.
1. 可以执行命令
git remote set-url origin 〈new url〉
2.也可以先删除原先的地址然后修改
git remote rm origin
git remote add origin 〈url〉
coding在更新以后本身的地址发生了变化,这时候需要重新设置新的远程仓库地址.
1. 可以执行命令
git remote set-url origin 〈new url〉
2.也可以先删除原先的地址然后修改
git remote rm origin
git remote add origin 〈url〉
本文标题:Coding升级以后仓库地址改变
本文链接:https://www.haomeiwen.com/subject/xkrluhtx.html
网友评论