Git clone times RPC failed; Curl 18 transfer closed with outstanding read data remaining error
Reason 1: buffer overflow
Solution: command line input
git config http.postBuffer 524288000
If clone still fails to execute the above command, consider possible reason 2: slow network download speed
Solution: command line input
git config --global http.lowSpeedLimit 0 git config --global http.lowSpeedTime 999999
If clone still fails, shallow clone first, and then update the remote database to the local database
git clone --depth=1 http://gitlab.xxx.cn/yyy/zzz.git git fetch --unshallow
Read More:
- How to Solve Git clone Error: error: RPC failed; result=35, HTTP code = 0
- Git Push Error: error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
- [Solved] Git Clone Failed Error: 4069 bytes of body are still expected
- Ubuntu: How to deal with the fatal: the remote end hung up unexpected error of GIT clone Android kernel
- Git Clone Error: ‘fatal: HTTP request failed‘
- [Solved] error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
- [Solved] ERROR: Command errored out with exit status 128: git clone -q
- [Solved] curl: symbol lookup error: curl: undefined symbol: curl_mime_free
- Github Clone Failed SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Git Error: OpenSSL SSL_read: Connection was reset, errno 10054和Failed to connect to github.com port 443
- [Solved] error: RPC failed; result=35, HTTP code = 0
- [Solved] Clone Linux Code Error: server certificate verification failed. CAfile: none CRLfile: none
- [Solved] GVM Error: rsync: connection unexpectedly closed & rsync: read error: Connection reset by peer (104)
- [Solved] Git push error: failed to push some refs to ‘[email protected]:daisy_yangyang/fed-e-task-04-01.git‘
- [Solved] error: RPC failed; result=28, HTTP code = 0
- [Solved] Cannot find command ‘git‘ – do you have ‘git‘ installed and in your PATH?
- [Solved] fatal: not a git repository (or any of the parent directories): .git
- AFTER THE GIT SOURCE CODE IS INSTALLED, AN ERROR IS REPORTED /USR/BIN/GIT: NO SUCH FILE OR DIRECTORY
- stream copy error: reading from a closed fifo [How to Solve]
- [Solved] Ubuntu 20.04 Error: curl: (23) Failure writing output to destination