We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.github is really large making a fresh clone > 10 GB. This is may be due to the large savings shapes .gz files and binary files in the git history.
.github
We may need to address:
Note that this PR adds binary files which could make this problem worse: #440
The text was updated successfully, but these errors were encountered:
Updates:
Running git gc, not changing history, will result in ~0.5% reduction in size of .git directory. Running bfg:
git gc
$ java -jar bfg.jar --strip-blobs-bigger-than 100M scout.git
Sorry, something went wrong.
Details of pack file contents: https://docs.google.com/spreadsheets/d/1uM5g4BOD4-es9xZlKMyVMoTjkecvvY1fbKIPYx6QPKw/edit?usp=sharing
jmythms
No branches or pull requests
.github
is really large making a fresh clone > 10 GB. This is may be due to the large savings shapes .gz files and binary files in the git history.We may need to address:
Note that this PR adds binary files which could make this problem worse: #440
The text was updated successfully, but these errors were encountered: