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

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

LFS is "Large File Storage," an extension for git that keeps large files outside of the actual repository so it doesn't become slow. When the error says "not found on your path," it means git was looking for a program that you don't have installed. You can install it using the instructions on https://git-lfs.github.com/.

A hook, by the way, is a bit of code git runs when you do some action. They are stored in the repository, in the hidden directory .git/hooks.


I had the same problem, and solved it by deleting .git/hooks/pre-push

Tags:

Git

Github