爱玩科技网
您的当前位置:首页【git】This repository is configured for Git LFS but ‘git-lfs‘ was not found on your path

【git】This repository is configured for Git LFS but ‘git-lfs‘ was not found on your path

来源:爱玩科技网

现象:git push origin master报错,报错信息为:\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.\n

解决方案

step 1: git pull整个工程;

step 2: 删除工程下的.git/hooks/pre-push

 

因篇幅问题不能全部显示,请点此查看更多更全内容