第一步 先在gitee创建新的仓库
第二步:提交代码到本地,并上传gitee
push时报错:Push rejected: Push to origin/master was rejected
此时尝试pull拉取代码报错:Can't Update
No tracked branch configured for branch master or the branch doesn't exist.
To make your branch track a remote branch call, for example,
git branch --set-upstream-to origin/master master
第三步:解决