Executale (.exe) of 160 MB #51250
Replies: 2 comments
-
|
You need to use git lfs (Git Large File Storage). Then you can upload (push) maximum 2 GB file with Free and Pro Tier of Github account. How to do it: https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage |
Beta Was this translation helpful? Give feedback.
-
|
Most likely you shouldn't, generally a repository should have only source code, not build artifacts like executables. If you want to provide a build of your software to users, look at making a release. Release artifacts can be up to 2 GB. If you want to upload the executable to the repository anyway, using LFS as @matej-kaska said is your only option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to upload an executable (.exe) of 160 MB in my repository. What can I do?
Beta Was this translation helpful? Give feedback.
All reactions