Problem checking out file stored in git LFS on Github

As I already mentioned here, zip files were not downloading properly for us, even though image files worked fine from GitHub LFS. Probably you need to set GIT_LFS_FETCH_INCLUDE to something like *.woff2,*.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp,*.webp together with GIT_LFS_ENABLED true.

1 Like