git更新后有时会提示没更改的文件为更改状态,尝试checkout这些文件还是会报:
Encountered 2 file(s) that should have been pointers, but weren't......
和attributes文件中关于git-lfs的内容有关。
git rm .gitattributes
git reset --hard HEAD
git更新后有时会提示没更改的文件为更改状态,尝试checkout这些文件还是会报:
Encountered 2 file(s) that should have been pointers, but weren't......
和attributes文件中关于git-lfs的内容有关。
git rm .gitattributes
git reset --hard HEAD
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。