git init git remote add origin <Gitee 仓库地址> git add . git commit -m "Initial commit" git push -f origin master