-
Notifications
You must be signed in to change notification settings - Fork 4
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
large files present in git repository #29
Comments
We had some trouble with the large data files as well, as they caused our virtual machines to run out of space very quickly. There are also some large files in: |
Note that once large files are added to a repository history, they are stuck there. Each time you make a commit in git, it hashes the changes you made, together with all prior commits, so removing a commit from the history affects every hash of every commit that came after it. You cannot
|
See #53 for continued discussion on topic... |
Expected behavior
A 'git clone' should be fast and lightweight, pulling down only human-edited/created files.
Actual behavior
There are several big directories that take a while to download --
The 700 MB directory should probably be moved over to OSF; more generally, any large/automatically generated data should be over on OSF.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: