I have an issue, where if I run git clone I have some binary files in LFS, those files will clone but will be very small like 130 bytes when in reality they should be 100mb. When I go on Github it shows that they are 100mb. When I press download on Github it shows that they are 100mb.
When I do git lfs clone
it will be correct.
If after I git clone
I do:
git lfs pull origin [BRANCH]
It will also get all the files with the correct size.
I'm really confused what is going on here?
Whats the difference between git lfs clone
and git clone
? Why does it clone the files correctly with git LFS, but not regular git.