git remote add origin https://gitee.com/namespace/projectName.git git branch --set-upstream-to=origin/master master git pull origin master --allow-unrelated-histories