赞
踩
解决办法:
git clean –df 然后git pull
删除 一些没有 git add 的 文件。
git clean 参数
-n 显示将要删除的文件和目录
-f 删除文件,-df 删除文件和目录