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

