-
Notifications
You must be signed in to change notification settings - Fork 8
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
Repo cloning fails with LFS bandwidth quota limit reached. #56
Comments
I'm still figuring out how to set up billing and add a data pack to increase our LFS budget. In the meantime...
Per https://stackoverflow.com/a/42021818, it looks like setting the GIT_LFS_SKIP_SMUDGE=1 git clone SERVER-REPOSITORY If you don't have LFS installed then a standard |
This job will fail until we get more quota for git LFS. Context: iree-org/iree-test-suites#56 Sample errors: https://github.com/iree-org/iree/actions/runs/12278845603/job/34262001578 ``` Fetching LFS objects /usr/bin/git lfs fetch origin c644a9dfc3e5e1a9d071d5e786b79cf612e9b1d3 fetch: Fetching reference c644a9dfc3e5e1a9d071d5e786b79cf612e9b1d3 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/iree-org/iree-test-suites.git/info/lfs' The process '/usr/bin/git' failed with exit code 2 ``` ci-exactly: build_packages, test_sharktank
@ScottTodd, thank you for the suggestion.
and it seems it resolved the references. |
If anyone sees errors when pushing (even to a fork) like this:
Run the push with |
I am not sure if this is intended and what is the best practice when working with Git LFS. I actually don't want to resolve and download all files under LFS if I don't have to.
The text was updated successfully, but these errors were encountered: