1.拉取远程仓库代码
git pull origin master --allow-unrelated-histories
2.使用vscode自带插件保留当前代码,或者手动合并
3.再次push
git push origin master