RPC失败结果22 http代码404 [英] RPC Failed result 22 http code 404

查看:1415
本文介绍了RPC失败结果22 http代码404的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Bonobo Git Server,一切都很好。我将我所有的旧SVN回购协议迁移到GIT,甚至在+760的回购协议(大约3.5 GB)下提交了git svn clone和git push工作非常好。



但没有一个微小的版本库:它只有3Mb(未压缩),只有1次提交。
我总是得到的消息是:

  efrror:RPC失败; result = 22,HTTP code = 404 
fatal:远端意外挂断

I已经改变了bonobo webconfig as recomened 这里,我已经做了这个配置命令

所以,任何人都有其他线索? http://gisgeek.blogspot.com /2012/03/bonobo-git-server-remote-end-hung-up.html



这是解决方案



解决方案:
修改Bonobo.Git.Server根目录下的web.config文件(C:\ initpub\wwwroot\Bonobo.Git.Server\Web。配置),并增加下列限制:

 <系统名.web> 
< httpRuntime maxRequestLength =102400/>


< security>
< requestFiltering>
< requestLimits maxAllowedContentLength =102400/>

在这两种情况下,102400都被替换为999999999,并且推送工作正常!


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 "git push" is working really fine.

But not with a tiny repository: it has just 3Mb (uncompressed) and just 1 commit. The message i always get is:

efrror: RPC Failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly

I already change the bonobo webconfig as recomened here and I already did this config command.

So, anyone has any other clue?

解决方案

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:

<system.web>
   <httpRuntime maxRequestLength="102400" /> 


<security>
   <requestFiltering>
     <requestLimits maxAllowedContentLength="102400" /> 

In both cases "102400" was replaced with "999999999" and the push worked!

这篇关于RPC失败结果22 http代码404的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆