赞
踩
// 删除原有远程地址 git remote rm origin // 添加新的远程地址 git remote add origin [newOrigin]
git remote set-url origin [newOrigin]
git push origin --all