If an error is reported in a large project of GIT clone, the data query should be caused by the insufficient default cache size of GIT clone
the solution is to increase the cache space:
git config — global http.postbuffer 1048576000
then an error is reported:
error: RPC failed; Curl 56 gnutls recv error (- 54): error in the pull function.
solution:
change HTTPS protocol to SSH
about to
git clone --branch v0.8.1 https://github.com/pytorch/vision torchvision
Change to
git clone --branch v0.8.1 git://github.com/pytorch/vision torchvision
Read More:
- Using curl to generate gnutls_ Handshake() failed: error in the pull function or gnutls recv error: error in the pull function
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- Girl: RPC failed; HTTP 411 curl 22 the requested URL returned error: 411 length required:
- error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
- gnutls_handshake() failed: A TLS fatal alert has been received
- Error: RPC failed; HTTP 504 curl 22 the requested URL returned error: 504 gateway time out
- error: RPC failed; curl 56 OpenSSL SSL_ read: SSL_ ERROR_ Syscall, errno 10054 solution
- TLS error: error: RPC error: code = unavailable desc = transport is closing
- failed to recv data in handshakeReceive2Callback
- Nginx: recv() failed (104: connection reset by peer) troubleshooting
- RCurl error-fatal error: curl/curl.h: No such file or directory
- Syntax error or access violation: 1071 specified key was too long; max key length is 767 bytes
- Curl returns empty reply from server. Due to the processing of special characters, curl cannot be accessed and the browser can access it.
- On curl: (2) failed initialization
- OpenLDAP main: TLS init def ctx failed: -1
- How to solve problems like curl: (7) failed to connect to raw.githubusercontent.com Port 443: problem with connection used
- curl: (25) Failed FTP upload: 550 Solution
- A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
- subsystem request failed on channel 0 Couldn’t read packet: Connection reset by peer
- ImportError: dlopen: cannot load any more object with static TLS