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
No description
11 Replies
ἔρως
ἔρως14h ago
why are you even trying to send a 100mb binary file to github?
glutonium
glutonium12h ago
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
ghoul
ghoulOP12h ago
wait how do i upload from github when i cannot push to git repo due to large file size???
glutonium
glutonium12h ago
I've never released myself but search "how to release binaries on github"
ghoul
ghoulOP12h ago
just building smaple site is there any better way to do this
glutonium
glutonium12h ago
No description
glutonium
glutonium12h ago
try clicking here and see if u can upload from here sample sites? website?
ἔρως
ἔρως12h ago
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...
ἔρως
ἔρως12h ago
not. seriously just put everything you need to build the file which is what git is for
glutonium
glutonium12h ago
ya there we go release
ἔρως
ἔρως12h ago
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

Did you find this page helpful?