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

fire_ca.dbf in colorize-alpha exceeds github's new file size limit, unable to update repository #5

Open
skorasaurus opened this issue Sep 11, 2013 · 2 comments

Comments

@skorasaurus
Copy link

After doing a git pull of your repo into my fork to obtain recent changes (for the past 3 months or so), I tried to push the changes to my repo onto github and

and received the following error:

remote: Error code: cf3ef3ca01dcb4e333ad0b07914beb75
remote: warning: Error GH413: Large files detected.
remote: warning: See http://git.io/iEPt8g for more information.
remote: warning: File stars/layers/stars.dbf is 64.68 MB; this is larger than GitHub's recommended maximum file size of 50 MB
remote: error: File colorize-alpha/layers/fire_ca.dbf is 316.57 MB; this exceeds GitHub's file size limit of 100 MB
To https://github.com/skorasaurus/tilemill-examples.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/skorasaurus/tilemill-examples.git'

As of June, github no longer allows files larger than 100mb. (Also see: https://help.github.com/articles/what-is-my-disk-quota)

To fix this, perhaps just throwing those files onto Amazon cloud S3 and making a .gitignore file to remove them and/or hardcode the url into the projects to trigger a download.

@springmeyer
Copy link
Owner

okay, removed those files, can you try again? You may need to clone a refresh repo to avoid conflicts now in history.

@skorasaurus
Copy link
Author

Yeah, I deleted my directory locally and recloned the repository and had no problems. Were you meaning to re-upload the dbf files ?

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