Large Files in Git
See original GitHub issueCDK Folks – new repo pulls are taking longer. I did a quick git history search and it appears the docs are sort of bulky
af4a64787551 5.6MiB vendor/jsii-0.5.0-beta+b2fa7e5.zip
dc8fa9398242 5.6MiB versions/0.13.0/.doctrees/environment.pickle
262e882e0106 5.6MiB .doctrees/environment.pickle
d6985e8577e6 5.6MiB versions/0.14.0/.doctrees/environment.pickle
a48ff2e29d87 5.8MiB vendor/jsii-0.5.0-beta+cfa1246.zip
704ca6cac853 5.8MiB vendor/jsii-0.5.0-beta+08f4517.zip
442d379d7ef6 5.8MiB vendor/jsii-0.5.0-beta+286a400.zip
be0673635f76 6.1MiB vendor/jsii-0.5.0-beta+dcb3a12.zip
4cd398a31b54 6.1MiB vendor/jsii-0.5.0-beta+8cbf307.zip
3f9575f74303 6.1MiB vendor/jsii-0.5.0-beta+9be0071.zip
df641268afe9 8.5MiB versions/0.9.2/.doctrees/refs/_aws-cdk_aws-ec2.doctree
e54dbc1a5773 9.6MiB versions/0.10.0/.doctrees/refs/_aws-cdk_aws-ec2.doctree
2e17a8ad7881 9.7MiB versions/0.11.0/.doctrees/refs/_aws-cdk_aws-ec2.doctree
804cf3ac2eab 9.7MiB versions/0.13.0/.doctrees/refs/_aws-cdk_aws-ec2.doctree
e805d19759ad 9.7MiB versions/0.12.0/.doctrees/refs/_aws-cdk_aws-ec2.doctree
00b483454257 9.7MiB .doctrees/refs/_aws-cdk_aws-ec2.doctree
c6ed34f4e4be 9.7MiB versions/0.14.0/.doctrees/refs/_aws-cdk_aws-ec2.doctree
that’s a commit sha on the left.
I prefer not to store those large files in the code repo.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
About large files on GitHub
GitHub blocks files larger than 100 MB. To track files beyond this limit, you must use Git Large File Storage (Git LFS). For...
Read more >How to Store Large Files in Git - How-To Geek
How Git Large File Storage (LFS) Works ... Git doesn't technically have a maximum file size, but it starts to break down once...
Read more >Git with large files - Stack Overflow
The primary reason git can't handle huge files is that it runs them through xdelta , which generally means it tries to load...
Read more >Git LFS - large file storage | Atlassian Git Tutorial
Git LFS is a Git extension that improves handling of large files by lazily downloading the needed versions during checkout, rather than during...
Read more >How to use Git LFS to store big files on GitHub
Storing large files on GitHub ... If you want to store a large file on GitHub you can. You'll need to use something...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, we have aws-cdk-docs ready for this. Let’s start planning for this change, probably in a month or so:
Our next documentation release will be done using
aws-delivlib
and should address the issue. Resolving right away.