aquasecurity/btfhub

Git LFS quota reached

saschagrunert opened this issue · 2 comments

Unfortunately, I cannot clone the repository any more because the LFS is over the data quota:

> git clone https://github.com/aquasecurity/btfhub.git
Cloning into 'btfhub'...
remote: Enumerating objects: 2586, done.
remote: Counting objects: 100% (2580/2580), done.
remote: Compressing objects: 100% (2488/2488), done.
remote: Total 2586 (delta 58), reused 2554 (delta 32), pack-reused 6
Receiving objects: 100% (2586/2586), 1.72 MiB | 3.57 MiB/s, done.
Resolving deltas: 100% (58/58), done.
Downloading archive/centos/7/arm64/3.18.9-200.el7.aarch64.btf.tar.xz (636 KB)
Error downloading object: archive/centos/7/arm64/3.18.9-200.el7.aarch64.btf.tar.xz (85841b9): Smudge error: Error downloading archive/centos/7/arm64/3.18.9-200.el7.aarch64.btf.tar.xz (85841b9e1e654a4b3a689a808c763e07085c205073b004e27946994dc449588a): 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 /…/btfhub/.git/lfs/logs/20211105T110512.338475748.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: archive/centos/7/arm64/3.18.9-200.el7.aarch64.btf.tar.xz: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Yes, I'm working on it, sorry about that. I'm also facing the same thing, and asked the admin to help us with that.

@saschagrunert I moved back from git-lfs to regular git (as the files wont be changing, thus the history wont have a big delta in size). I think you will be ok using the repo again, closing this. Let me know if not, please.

Cheers.