git 修改远程仓库链接

# git remote set-url name new-url
git remote set-url origin git@github.com:username/repository
原文地址:https://www.cnblogs.com/lif323/p/14101169.html