Git 远程仓库 更新url详解程序员

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

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论