git remote -v 查看现有远程仓库的地址url
1. 修改命令
git remote set-url origin <URL> 更换远程仓库地址。把<URL>更换为新的url地址。
2.先删后加
git remote rm origin
git remote add origin [email protected]:Liutos/foobar.git
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/2715.html
git remote -v 查看现有远程仓库的地址url
1. 修改命令
git remote set-url origin <URL> 更换远程仓库地址。把<URL>更换为新的url地址。
2.先删后加
git remote rm origin
git remote add origin [email protected]:Liutos/foobar.git
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/2715.html