Error while add large File to Git with Git LFS
keep getting this git error even after track "*.exe" to git lfs
can someone pls help
11 Replies
why are you even trying to send a 100mb binary file to github?
also executables don't go directly into the github
there's a dedicated section for it called releases
and u have to manually upload it there from the GitHub website
wait how do i upload from github when i cannot push to git repo due to large file size???
I've never released myself but search "how to release binaries on github"
just building smaple site is there any better way to do this
try clicking here and see if u can upload from here
sample sites?
website?
you can use the github command line, according to this: https://stackoverflow.com/a/64939046
Stack Overflow
How to release on GitHub through the command line and to attach a l...
Is it possible to release on GitHub through the command line with an attached file that is not pushed to a repository?
I have a file over 1GB that I easily attached through a web GitHub release pag...
not. seriously
just put everything you need to build the file
which is what git is for
ya there we go
release
you shouldn't be putting that file in github, at all
just put the project file and all other files, but don't put any builds
then, you write how to compile it in the readme file