Problem
I had problems trying to use git LFS , despite numerous suggestions here about SO, in the Git and GitHub docs and on some Gists, I would run through.
My problem was this:
After completing the necessary steps:
git lfs install git lfs track "<file of interest>" git commit
I still would not have tracked files. If I performed
git lfs ls-files
it will be empty. If I went ahead and performed a push, the transaction would fail, saying the files were too large. (As expected, but I was desperate.)
source share