修改git的远程仓库命令

1. 修改命令 
git remte origin set-url URL

2.先删后加
git remote rm origin
git remote add origin git@github.com:Liutos/foobar.git

3. 直接修改config文件
原文地址:https://www.cnblogs.com/wenrisheng/p/6232754.html