I am trying to push some files that amount to around 200mb to github. The largest file pushed is 2mb so it's just a lot of smallish files(images). I get this error on 2 different computers. One wireless and one wired.
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c credential.helper= -c credential.helper="C:/Users/PCName/AppData/Local/ATLASS~1/SOURCE~1/GIT_EX~1/GIT-CR~1.EXE" push -v --tags origin master:master
Pushing to https://github.com/MyGitHubUsername/MyGitHubAddress.git
POST git-receive-pack (chunked)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
Everything up-to-date
Completed with errors, see above.
I have tried the
git config http.postBuffer 100000000
command but still not working. My github space is this. But my repo size is quite large (< 20GB)
I have checked the related posts but the fixes don't seem to be working for me. Please help.
Thanks