Operating system: Ubuntu 18.04
Test time: November 18, 2021
Problem Description:
Recently, the author encountered the following problems when downloading the repository on GitHub by using the GIT clone command, resulting in cloning failure
$ git clone https://github.com/pjreddie/darknet
Clone to 'darknet'...
fatal: unable to access 'https://github.com/pjreddie/darknet/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Solution:
Modify the HTTPS of the warehouse connection to git to clone
$ git clone https://github.com/pjreddie/darknet
Read More:
- Git Error: failed: The TLS connection was non-properly terminated
- [Solved] git error: RPC failed; curl 56 Recv failure:Connection was resetB/s
- [Solved] Git Clone Error: error setting certificate verify locations
- [Solved] Git Clone Error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
- [Solved] OpenSSL ssL_read: Connection was aborted,errno 10053
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- [Solved] Git push Error: remote: Support for password authentication was removed on August 13, 2021.
- git clone,pod install error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- Connection was reset, errno 10054 Error [How to Solve]
- [Solved] Ubuntu 20.04 LTS Install k8s Error: The connection to the server localhost:8080 was refused
- Git push error: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
- [Solved] when using jupyter notebook, “terminated worker error” appears
- PLSQL even oracle11g problem on 64-bit machine: SQL*Net not properly installed and ORA-12154:TNS: cannot handle service name
- [Solved] kubelet Startup Error: cannot find network namespace for the terminated container
- Github Clone Error: RPC failed; result=56, HTTP code=200
- Gitlab Clone Error: next InitializeSecurityContext failed
- [Solved] fatal: not in a git directory Error: Command failed with exit 128: git
- [Solved] ngrok 1.7 Build Error: remote error: tls: bad certificate
- [Solved] zabbix Error: Cannot perform request: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
- [Solved] FileUploadException: the request was rejected because no multipart boundary was found