Git 1kb files

There is an issue where if you do not use git lfs, the bigger files will be downloaded as 1kb files.

To download files

git lfs install
git pull

If already 1 kb

  1. Delete file

  2. Use git to restore file

git restore *

Last updated