Git修改远程仓库地址查询远程地址:git remote -v
方式一:修改git remote set-url origin [url]
方式二:先删后加git remote rm origin
git remote add orig
2021-02-24