I am having big problems trying to push my code to my bitbucket server. My push is stuck on:
Enumerating objects: 536, done.
Counting objects: 100% (536/536), done.
Delta compression using up to 12 threads
Compressing objects: 100% (209/209), done.
Writing objects: 82% (242/295), 5.05 MiB | 236.00 KiB/s
The "Writing objects" has gotten over 2GB and then crashed with error:
I have tried git config --global http.postBuffer 524288000
. I have read over a few articles and worked through guides:
https://confluence.atlassian.com/stashkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-282988530.html
along with reading various StackOverflow questions to no avail.
I ran the command git diff --stat --cached origin/
and it returns the following:
I have been working on this for days and really don't know what to do as I can't get my code pushed live to get to my staging server.