Symptoms:
Git suddenly refused to push a repository (to github in my case):
$ git push Counting objects: 9292, done. Delta compressi
Here is what helped, the following command increases git buffer to 500mb:
git config http.postBuffer 524288000