I have a file that exceeds the upper limit of 100MB for GitHub enterprise.
It was added to the repository before lfs support was installed.
Then I added it to git lfs and told it to track.
matt@ORAC:~/dev$ git lfs ls-files
83274a0d67 * extern/cudnn/bin/libcudnn.so.7.2.1
However, when pushing I still get this error.
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: File extern/cudnn/bin/libcudnn.so.7.2.1 is 274.67 MB; this exceeds GitHub Enterprise's file size limit of 100.00 MB
How do I fix it?