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
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.
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
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/
ornemcova_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:
The text was updated successfully, but these errors were encountered: