是一款Windows上的Git Server,它使用IIS即可,走的是Http协议,只要简单的安装就能使用,但是因为我的项目大小有1.35GB在 push 的时候一直发生奇怪问题,怕忘记赶快备忘一下。1.发生RPC FAILURE (RESULT=56)之类,参考URL可用 git config http.postBuffer 524288000 将Http buffer加大。2.发生 fatal: protocol error: bad line length character:<!DO ,参考URL在 Bonobo Web.config file 的 <system.web> 加上<httpruntime maxrequestlength="2147483647"></httpruntime>3.我在IIS上的应用程序集区设定上的"工作者进程上限"也加大到 6 以免IIS内存不足。4.发生error: RPC failed; result=22, HTTP code = 404,参考URL修改 Bonobo Web.config file把 requestLimits maxAllowedContentLength="102400"改到 9999999995.当版本库过大在clone时发生错误,error: RPC failed; result=22, HTTP code = 500试试SSH方式Windows GIT 解决中文显示乱码问题用Apache