[Solved] error: RPC failed; result=35, HTTP code = 0

The maximum number of cache bytes for remote convenient HTTP transmission of request data. By default, it is 1m bytes, which can meet most requests by default.

When git clone is a large file, you need to increase the GIT cache value, for example (connect to 5g!):

sudo git config --global http.postBuffer 5242880000

Read More: