Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe git LFS wasn't such a good idea :( #161

Closed
twogood opened this issue Jun 13, 2022 · 1 comment
Closed

Maybe git LFS wasn't such a good idea :( #161

twogood opened this issue Jun 13, 2022 · 1 comment

Comments

@twogood
Copy link
Owner

twogood commented Jun 13, 2022

failed to fetch some objects from 'https://github.com/twogood/unshield.git/info/lfs

https://github.com/twogood/unshield/actions/runs/2490089088

@kratz00
Copy link
Contributor

kratz00 commented Jun 13, 2022

  batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
  Error: error: failed to fetch some objects from 'https://github.com/twogood/unshield.git/info/lfs'

The free plan only allows for 1 GB/month of bandwidth 😢
So every time the repository is cloned (which includes the CI jobs) this will add up to the 1 GB/month.
See https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage for more information
Instead of paying 5 Dollars per month to have 50 GB, we could add the test data files back as Git objects instead of using Git LFS.
If I am not mistaken the test data files are around 50 MB and they will not change, meaning the repository and it's history will be affected only a little.

If there are no objections I will send a pull request and remove the Git LFS integration for this repository.

kratz00 added a commit to kratz00/unshield that referenced this issue Jun 14, 2022
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
twogood added a commit that referenced this issue Jun 27, 2022
Revert Git LFS integration (fixes #161)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants