2012-11-19 29 views
8

Bonobo Git Sunucusunu kullanıyorum ve her şey yolunda görünüyor. Tüm eski SVN reposlarını GIT'e devredeyim ve hatta +760 ile büyük repos (yaklaşık 3.5 GB), "git svn clone" ve "git push" ile gerçekten iyi çalışıyor.RPC Başarısız sonuç 22 http kodu 404

Ama küçük bir depo ile değil: sadece 3Mb (sıkıştırılmamış) ve sadece 1 işlem var. ben her zaman elde mesajdır: here recomened ve zaten this config command yaptığı gibi ben zaten bonobo WebConfig değiştirmek

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

.

Yani, başka herhangi bir ipucu var mı?

+2

Bu senaryoda sorunun ne olduğunu buldunuz mu? – Kennifer

+0

Çözümün bu olmadığını% 100 olumlu buldum, ancak sorunlarım, bir veri merkezi WS2008R2 makinesinde çalışan Bonobo'ya ~ 40MB iterek zorladı: https://support.microsoft.com/en-us/kb/2634328 –

cevap

0

Dosyamı değiştirdim ve kodu yeniden işledim, her şey yolunda gitti.

4

http://gisgeek.blogspot.com/2012/03/bonobo-git-server-remote-end-hung-up.html'de temel alınmıştır.

Bu

çözümdür

Çözüm: Bonobo.Git.Server kök web.config dosyasını değiştirin (C: \ initpub \ wwwroot \ Bonobo.Git.Server \ Web.config) ve yukarı aşağıdaki satırlarda sınırları: Her iki durumda "102400" olarak

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


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

"999999999" ile değiştirildi ve itme çalıştı!

+0

Ayrıca, hatalarla birlikte hepls hata gibi: RPC başarısız oldu; curl 56 SSL read: hata: 00000000: lib (0): func (0): neden (0), errno 10054' – it3xl

İlgili konular