Encountered 1 file(s) that should have been pointe

作者:

,

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 .
 
 

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注