git remote rm origin // 移除本地关联 git remote add origin git@github.com/example.git // 添加线上仓库 git push -u origin master // 注意:更改后,第一次上传需要指定 origin