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

Repo appears to be over its data quota and is not allowing downloads #2

Closed
OliverWS opened this issue Jul 31, 2018 · 4 comments
Closed

Comments

@OliverWS
Copy link

$ git-lfs smudge -- IRAhandle_tweets.csv
Error downloading object: IRAhandle_tweets.csv (80f883c3b641733035cbb7fc0f7068760710dfc647cd69c99f42706cd490b68b)

Smudge error: Error downloading 80f883c3b641733035cbb7fc0f7068760710dfc647cd69c99f42706cd490b68b: batch response: http: This repository is over its data quota. Purchase more data packs to restore access.
Docs: https://help.github.com/articles/purchasing-additional-storage-and-bandwidth-for-an-organization/: batch response: http: This repository is over its data quota. Purchase more data packs to restore access.
Docs: https://help.github.com/articles/purchasing-additional-storage-and-bandwidth-for-an-organization/

@tlastowka
Copy link

tlastowka commented Jul 31, 2018

Error message is different if cloning the whole repository, but same underlying issue

$ git clone https://github.com/fivethirtyeight/russian-troll-tweets/
Cloning into 'russian-troll-tweets'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 22 (delta 7), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (22/22), done.
Downloading IRAhandle_tweets.csv (767 MB)
Error downloading object: IRAhandle_tweets.csv (80f883c): Smudge error: Error downloading IRAhandle_tweets.csv (80f883c3b641733035cbb7fc0f7068760710dfc647cd69c99f42706cd490b68b): batch response: This repository is over its data quota. Purchase more data packs to restore access.

Also not an issue with the repo, but for people trying to figure out why their clone didn't work, if you are using git for windows and haven't updated in awhile, git lfs isn't built in and you'll get a different error message. updating to the most recent release will fix that.

@jaypeedevlin
Copy link

Workaround: https://media.githubusercontent.com/media/fivethirtyeight/russian-troll-tweets/master/IRAhandle_tweets.csv

@dmil
Copy link
Contributor

dmil commented Jul 31, 2018

Thank you for your note. We've split up the file into nine smaller files so that it doesn't have to use LFS. You should be able to download it more easily now.

https://github.com/fivethirtyeight/russian-troll-tweets

@dmil dmil closed this as completed Jul 31, 2018
@OliverWS
Copy link
Author

Thank you - this is going to be a great resource for research and journalism!

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

4 participants