Im using Bonobo Git Server and everything looks fine. Im movin all my old SVN repos to GIT and even with big repos (about 3.5 GB) with +760 commits the \"git svn clone\" and
Based in http://gisgeek.blogspot.com/2012/03/bonobo-git-server-remote-end-hung-up.html.
This is the solution
Solution: Modify the web.config file in the root of Bonobo.Git.Server (C:\initpub\wwwroot\Bonobo.Git.Server\Web.config) and up the limits on the following lines:
In both cases "102400" was replaced with "999999999" and the push worked!