The exact error message is as follows;
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
POST git-receive-pack (chunked)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: unable to rewind rpc post data - try increasing http.postBuffer
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
Pushing to https://ShadowedRuins@bitbucket.org/ShadowedRuins/artifactartifiction.git
Everything up-to-date
Completed with errors, see above.
Pushing to https://NAME@bitbucket.org/NAME/artifactartifiction.git
Everything up-to-date
Completed with errors, see above.
I tried going into the source Tree terminal and entering the following commands: 'git init', and 'git config http.postBuffer 524288000
'. I would then click on Push again. After some time, the error message would come back.f
--source of the above; https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno
Before this project, i could commit and push files with no problem, it is this new project and project files that are causing the biggest problems.
I am trying to upload an unreal engine file, unzipped, for Source Control, and keep getting this message.
The total folder size is: 18.4 GB (19,836,582,257 bytes).
I will try working with this, with the errors, but in order for the rest of my team to work on this, I would like to make sure they don't get a broken version. Zipping files, seem to break projects like this, so I would prefer a solution that does not include that.
EDIT: added photo
Did you solve that ? Im facing this issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.