My git
client repeatedly fails with the following error after trying to clone the repository for some time.
What could be the issue here?
I was doing git push from my OS X El Capitan Mac. I was getting same error, I tried everything to fix, what I found on google/stackoverflow. As far as version is concerned I am using fairly latest version of github which is 2.7.4. I have create a project in my local system, and I wanted this to be public in my github account. Project size was not around 8MB. I noticed that when I was pushing some files of size around 1.5MB, it was pushing properly, but with large size failed for me, with same error,
Only option I had was to push changes in chunk of MB. Now I have pushed all changes. This is workaround for me until I get fix for this solution.
So you can also try pushing change in multiple commit. Or if you have multiple folder you can push changes by each folder (if folder size is not big).
Hope this will help you to continuous working on project.