git remote rename origin old-origin git remote add origin <git地址> git push origin git remote remove old-origin git push --set-upstream origin master