Problem description
When using git to pull GitHub code, clone failed with the following error
fatal: unable to access 'https://github.com/xxx/xxx.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Causes
The proxy of HTTPS was set before
resolvent
Cancel the proxy for HTTPS and http
git config --global --unset http.proxy
git config --global --unset https.proxy
Finally, take a look at the global configuration of GIT
git config --global --list
Finally, try git clone
. If it fails at the first time, you can re open a terminal for execution
Supplement
Git clone failed fatal: early EOF
This is because git does not have enough cache space. You can try to increase http. Postbuffer
(by 500MB)
git config --global http.postBuffer 524288000
Read More:
- [Solved] Git Error: OpenSSL SSL_connect: 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
- How to Solve Git clone Error: error: RPC failed; result=35, HTTP code = 0
- Ubuntu: How to deal with the fatal: the remote end hung up unexpected error of GIT clone Android kernel
- [Solved] gnutls_handshake() failed: The TLS connection was non-properly terminated
- [Solved] Git Clone Failed Error: 4069 bytes of body are still expected
- [Solved] Failed to connect to 127.0.0.1 port XXXX: Connection refused
- Git Clone RPC failed;curl 18 transfer closed with outstanding read data remaining
- [Solved] Ubuntu Error: Failed to connect to 127.0.0.1 port xxxxx: Connection refused
- [Solved] Clone Linux Code Error: server certificate verification failed. CAfile: none CRLfile: none
- [Solved] svn: OPTIONS of ‘https://xxx/svn/xxx’: SSL handshake failed: SSL error: Key usage violation in certificate has been detected.
- Git Clone Error: ‘fatal: HTTP request failed‘
- Nginx Error: SSL: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
- Nginx Error: nginx: [emerg] the “ssl“ parameter requires ngx_http_ssl_module in /project/api/nginx.conf:
- [Solved] ERROR: Command errored out with exit status 128: git clone -q
- Initializing the Kubernetes master node ERROR: failed to pull image registry.aliyuncs.com/google_containers/coredns:v1.8.0
- [Solved] Error: Connection activation failed: No suitable device found for this connection.
- [Solved] mosquitto log Error: SSL routines:SSL3_READ_BYTES:tlsv1 alert decrypt error
- [Solved] Beeline Error: Error: Could not open client transport with JDBC Failed to Connection
- [Solved] Xshelln Connect to Local VM linux Error: Could not connect to ‘XXX.168.122.1‘ (port 22): Connection failed