Enable single file upload having size larger than 100mb at once #68
|
Currently Github doesn't supports uploading large files at once. I've tried both browser and Github desktop app, but in terms of browser, it's restricted to 25mb & for Github app, it's 100mb. It would be great if Github adds the support to upload 100-500 mb files at once! |
Replies: 4 comments 13 replies
|
Github does support uploading and managing large files at once. Check out Git LFS. Using this you can manage/upload & control your project/repo having sizes larger than 100mb, noting that tha maximum repository size is less than equal to 10GB for free tier. If you want increase the size further, Github provides organizational level grants where it's a pay as you scale model. Git LFS -> https://git-lfs.github.com/ |
|
I tried to upload weight file of object detection on Git-hub using git LFS and also using Git-hub desktop. |
|

Github does support uploading and managing large files at once. Check out Git LFS. Using this you can manage/upload & control your project/repo having sizes larger than 100mb, noting that tha maximum repository size is less than equal to 10GB for free tier. If you want increase the size further, Github provides organizational level grants where it's a pay as you scale model.
Git LFS -> https://git-lfs.github.com/
Also you can check Git Kraken -> https://www.gitkraken.com/ (In case if you face issues managing your git)