git 添加和删除 global 的 remote.origin.url


1 单独的仓库

添加

git remote set-url origin "https://..."
git config remote.origin.url "https://..."

删除

git remote rm origin

添加

git remote --global set-url origin "https://..."
git config --global remote.origin.url "https://..."

删除

 vim  ~/.gitconfig
 # 删除 origin  的 参数
 [remote "origin"]


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM