On Thursday, 3 December 2015 17:52:02 UTC+5:30, Michael Henretty  wrote:
> Hello Ganessh,
> 
> I think the error is network related, and not related to your gaia clone. 
> Unfortunately, Gaia is quite large (~1GB) and so it will take some time to 
> download. Therefore it is prone to be interrupted due to network settings. 
> From an atlassian help page [1]:
> 
> "Error code 56 indicates a curl receive error of CURLE_RECV_ERROR
>  which means there was some issue that prevented the data from being 
> received during the clone process. Typically this is caused by a network
>  setting, firewall, VPN client, or anti-virus that is terminating the 
> connection before all data has been transferred."
> 
> 1.) https://confluence.atlassian.com/pages/viewpage.action?pageId=693897332
> 
> 
> 
> 
> 
> On Wed, Dec 2, 2015 at 2:40 PM, Sam Giles <[email protected]> wrote:
> 
> 
> 
> 
> 
> 
> 
> 
> Hey,
> 
> I've not had this issue, but I haven't tried to clone a fork directly.
> 
> You could try cloning from the Mozilla repository:
> 
> `git clone https://github.com/mozilla-b2g/gaia.git`
> 
> And then use your fork as the remote:
> 
> `git remote rm origin && git remote add origin  
> https://github.com/ganesshkumar/gaia.git`
> 
> You can then push and pull to your remote master.
> 
> Hope this helps in some way
> 
> Sam
> 
> 
> 
> 
> 
> On Wed, Dec 2, 2015 at 12:34 PM, Ganessh Kumar <[email protected]> wrote:
> Hello,
> 
> 
> 
> I am struck with git clone. I try to clone gaia repo using `git clone 
> https://github.com/ganesshkumar/gaia.git`
> 
> 
> 
> I got the following error
> 
> 
> 
> error RPC failed; result=56, HTTP code = 20086 MiB | 792.00 KiB/s
> 
> fatal: The remote end hung up unexpectedly
> 
> 
> 
> I search for the solution and set the following environmental variables:
> 
>  * GIT_TRACE_PACKET=1
> 
>  * GIT_TRACE=1
> 
>  * GIT_CURL_VERBOSE=1
> 
> 
> 
> But it failed with the following error
> 
> 
> 
> error: RPC failed; result=18, HTTP code = 200
> 
> fatal: The remote end hung up unexpectedly
> 
> 
> 
> in the error the result value changed from 56 to 18. When I searched for 
> this, most of the solution suggested to repack the repo at the remote end.
> 
> 
> 
> I wanted to check, if anyone else is also facing the issue with clone as of 
> now?
> 
> 
> 
> Thanks,
> 
> Ganessh
> 
> _______________________________________________
> 
> dev-fxos mailing list
> 
> [email protected]
> 
> https://lists.mozilla.org/listinfo/dev-fxos
> 
> 
> 
> 
> _______________________________________________
> 
> dev-fxos mailing list
> 
> [email protected]
> 
> https://lists.mozilla.org/listinfo/dev-fxos

Hi, I finally fixed the issue. As mentioned by the Error code 56, it is due to 
network settings. I use the same internet provider both at home and at work. I 
was failing to clone the repo. I tried cloning it at my friends place under 
different internet provider and it got cloned successfully. 

So silly that I took time to figure this out. Thanks for your help.
_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to