现象: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

 

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐