I\'m running a Ubuntu (9.10) server with Git (latest from Ubuntu package manager) installed. Access to the Git is via SSH. On windows machines, I\'m using Cygwin to push/pul
Checkout this answer: https://stackoverflow.com/a/6849424
also you can try: git config --global core.compression 0 tp disable the compressions.