git fetch --all git reset --hard origin/master git pull
单条执行
git fetch --all && git reset --hard origin/master && git pull
git 删除 .DS_Store →