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
@rickb I found that running
git config --add core.compression -1
in the client (cygwin) repository fixed it.