git错误:
Encountered 1 file (s) that should have been pointers, but weren't
处理方法: 常规:
git lfs uninstall
git reset --hard
git lfs install
git lfs pull
如果这不起作用:
git rm --cached -r .
git reset --hard
git rm .gitattributes
git reset .
git checkout .
发表回复