Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git clone Error: RPC failed; result=56, HTTP code = 200

Tags:

git

clone

I am trying to clone a (private) remote repository but I am getting following error:

 remote: Counting objects: 11410, done
 remote: Finding sources: 100% (11410/11410)
 remote: Getting sizes: 100% (9178/9178)
 error: RPC failed; result=56, HTTP code = 200
 error: inflate: data stream error (invalid block type)
 fatal: pack has bad object at offset 427781: inflate returned -3

I am using Git version 1.9.4 on Windows 8 Pro Build 9200. There are large files on that repo, but file size seems irrelevant to my problem because I still get the same error when I try to clone some other smaller repository (<20Mb with AppHarbor). Any ideas ?

like image 822
Oleh Avatar asked Aug 22 '14 08:08

Oleh


People also ask

What is RPC failed?

“The remote procedure call failed and did not execute” message is an error that is related to the Remote Procedure Call (RPC). Usually, this protocol helps the specific program request service from another software not located on the same computer. Furthermore, experts note that RPC manages DCOM and COM servers.


1 Answers

My sysadmin figured out that the problem was with Avast. If you're experiencing the same problem and you use Avast, then try disabling it. That fixed my problem.

like image 117
Oleh Avatar answered Oct 05 '22 13:10

Oleh