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

