I use bitbucket repository and I made a lot of changes in the project. So when i push into rep, i got an error. SourceTree : git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin Develop:Develop POST git-receive-pack (23013447 bytes)
fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly
error: RPC failed; result=56, HTTP code = 0
Pushing to bitbucket. Everything up-to-date
Completed with errors, see above.
I tried:
git config --global http.postBuffer2M
git config http.postBuffer 524288000
but it doesn't help.