kartik2112 / Silatra

This is the server-side of the SiLaTra System. This system is targetted towards the hearing and speech impaired community that use sign language for communicating with each other. But when they communicate with other people outside this community, there is a communication gap. This system is an attempt towards bridging this gap.
9 stars 7 forks source link

Github LFS Issue #59

Closed kartik2112 closed 6 years ago

kartik2112 commented 6 years ago

Without using git lfs track "*.sav", if you commit large files and then try to push the commits, you get an error like Git LFS: (0 of 0 files, 2 skipped) 0 B / 0 B, 158.28 MB skipped Counting objects: 24, done. Delta compression using up to 4 threads. Compressing objects: 100% (24/24), done. Writing objects: 100% (24/24), 37.03 MiB | 1.18 MiB/s, done. Total 24 (delta 9), reused 0 (delta 0) remote: Resolving deltas: 100% (9/9), completed with 5 local objects. remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. remote: error: Trace: 2bdd15b682b0d95b5313d22c1f07d9fe remote: error: See http://git.io/iEPt8g for more information. remote: error: File Sign recognition/KNN_Grid_ModelDump.sav is 126.20 MB; this exceeds GitHub's file size limit of 100.00 MB To https://github.com/kartik2112/Silatra.git ! [remote rejected] kartik-interfacing -> kartik-interfacing (pre-receive hook declined)

kartik2112 commented 6 years ago

This solved the issue: Git LFS files skipped even though the where tracked