You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ git pull
Updating 7a10f95..02e780e
Downloading third_party/idasdk84.zip (28 MB)
Error downloading object: third_party/idasdk84.zip (07e06e0): Smudge error: Error downloading third_party/idasdk84.zip (07e06e0e982eec70ff529eab3ef9fa7d960cdf401832cd50e42ab3df5b5791ec): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
Errors logged to '/Users/dm/Projects/quokka/.git/lfs/logs/20250121T162829.675661.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: third_party/idasdk84.zip: smudge filter lfs failed
~/Projects/quokka (main) ✗
Workaround
It is possible to update the project using:
IT_LFS_SKIP_SMUDGE=1 git pull
But that skips the download of the SDK.
Ideas
The SDKs are only used in the CI - so we could download them using GitHub Actions.
Either using a companion repository like here or downloading it directly from hexrays
That would have some benefits:
massively reduce this repository size
prevent exploding git LFS quota
The text was updated successfully, but these errors were encountered:
Reproduction
Workaround
It is possible to update the project using:
But that skips the download of the SDK.
Ideas
The SDKs are only used in the CI - so we could download them using GitHub Actions.
Either using a companion repository like here or downloading it directly from hexrays
That would have some benefits:
The text was updated successfully, but these errors were encountered: