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

RESOLVED: Can't access repo because of LFS quota being exceeded #17

Open
gianlucatruda opened this issue Apr 5, 2020 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@gianlucatruda
Copy link
Collaborator

gianlucatruda commented Apr 5, 2020

UPDATES:

You can tell git to ignore LFS trackers by setting an environment variable:

export GIT_LFS_SKIP_SMUDGE=1

If you can't access the video data you need (in sample_data/ or nemcova_data/), you can direct-download them as .zip files from:


Multiple people have reported the following message when they try clone or pull from the repo:

Error downloading object: nemcova_data/20200329165117/data_08b.mp4 (d06fd43): Smudge error: Error downloading nemcova_data/20200329165117/data_08b.mp4 (d06fd4359a4c2a755edad6b68b61baeea9f5b36e651d72d6e6f9510072e1f93e): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

The tier of Git Large File Storage (LFS) has reached either its data or bandwidth quota, meaning that the large video files we've stored there aren't accessible and this is blocking other git commands.

We are working on this issue (see also issue #2).

The best course of action if you encounter this problem when trying to pull/clone is to download the repo as a .zip file:
image

@gianlucatruda gianlucatruda added bug Something isn't working help wanted Extra attention is needed labels Apr 5, 2020
@gianlucatruda gianlucatruda self-assigned this Apr 5, 2020
@gianlucatruda
Copy link
Collaborator Author

If you try to fork the repo and it's successful, please reply to this thread.

@gianlucatruda
Copy link
Collaborator Author

If you can't access the video data you need (in sample_data/ or nemcova_data/), you can direct-download them as .zip files from:

@gianlucatruda
Copy link
Collaborator Author

It seems that you can specify that git should ignore LFS files when cloning/pulling. See this thread.

If you set the environment variable to skip lfs smudging and then use git, it should work (as long as your git configuration isn't overriding it).

export GIT_LFS_SKIP_SMUDGE=1
git <command>

You can then go and download the data files stored in LFS from the URLs above.

@gianlucatruda gianlucatruda removed the help wanted Extra attention is needed label Apr 6, 2020
@gianlucatruda gianlucatruda changed the title BUG: Can't access repo because of LFS quota being exceeded RESOLVED: Can't access repo because of LFS quota being exceeded Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant