git 本地项目关联新repo
git init
git remote add origin repo-url
git pull origin master --allow-unrelated-histories
git add . git commit -m "初始化" git push -u origin master
git init
git remote add origin repo-url
git pull origin master --allow-unrelated-histories
git add . git commit -m "初始化" git push -u origin master