RPC Failed result 22 http code 404

后端 未结 4 986
滥情空心
滥情空心 2020-12-19 00:47

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

4条回答
  •  执笔经年
    2020-12-19 01:02

    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!

提交回复
热议问题