云端强制覆盖本地操作
git fetch --all git reset --hard origin/master git pull
本地强制覆盖到云端
git push origin master --force