Filter out files which are over or equal to 100MB in size
For example, if a file exceeds 100MB, then it is rejected from GitHub without using Large File Storage:
remote: error: Trace: 4d8e35248ebbf5e8e2ea71623e57e0b8fd5ffa09c0dff8db962e59d51823aad6
remote: error: See https://gh.io/lfs for more information.
remote: error: File exports/abc/def.mov is 117.80 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
To https://github.com/xxx/yyy.git
! [remote rejected] HEAD -> main (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/xxx/yyy.git'
Error: Process completed with exit code 1.
Alternatives considered
Support Large File Storage
Filter out files which are over or equal to 100MB in size
For example, if a file exceeds 100MB, then it is rejected from GitHub without using Large File Storage:
Alternatives considered
Support Large File Storage