Closed jogomojo closed 1 month ago
Thanks for reporting @jogomojo. I personally wasn't able to recreate the problem, but we are looking at it internally and working on a fix.
Please let us know if you have any more problems @jogomojo
@MattCarrickPL the problem seems to be fixed now, thank you.
Describe the bug
When cloning the
torchsig
repository an error occurs related to Git LFS preventing the download of certain large files. The error message indicates that the repository has exceeded its data quota.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The repository should clone successfully, with all files, including those managed by Git LFS, should be downloaded without errors.
Error Message
Desktop (please complete the following information):
Additional context
GIT_LFS_SKIP_SMUDGE=1
skips the download of LFS files, but the missing files are needed for the example project.