Error
chiyukunpeng@chiyukunpeng: ~$ git clone --recursive https://github.com/mrnabati/CenterFusion.git
is being cloned to 'CenterFusion'...
fatal: unable to access 'https://github.com/mrnabati/CenterFusion.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Solution
# check proxy
chiyukunpeng@chiyukunpeng: ~$ git config --global -l
http.postbuffer=524288000
http.proxy=http://proxy.server.com:8080
http.proxy=http://127.0.0.1
# Delete proxy variables one by one
chiyukunpeng@chiyukunpeng: ~$ git config --global --unset http.proxy http://127.0.0.1
chiyukunpeng@chiyukunpeng: ~$ git config --global --unset http.proxy http://proxy.server.com:8080
chiyukunpeng@chiyukunpeng: ~$ git config --global --unset http.postbuffer
Read More:
- [Solved] error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
- [Solved] Git Error: OpenSSL SSL_read: Connection was reset, errno 10054和Failed to connect to github.com port 443
- Github Clone Failed SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Ubuntu Error: Failed to connect to 127.0.0.1 port xxxxx: Connection refused
- [Solved] Failed to connect to 127.0.0.1 port XXXX: Connection refused
- [Solved] Error during WebSocket handshake Unexpected response code 404
- [Solved] C++: fatal error: Killed signal terminated program cc1plus
- [Solved] svn: OPTIONS of ‘https://xxx/svn/xxx’: SSL handshake failed: SSL error: Key usage violation in certificate has been detected.
- [Solved] Error: Connection activation failed: No suitable device found for this connection.
- [Solved] c++: fatal error: Killed signal terminated program cc1plus
- Vmware Virtual Machine ubuntu Compile Error: fatal error: Killed signal terminated program cc1plus
- [Solved] Git Error: GnuTLS recv error (-54): Error in the pull function
- [Solved] Web server failed to start. Port 8080 was already in use.
- How to Solve Git clone Error: error: RPC failed; result=35, HTTP code = 0
- [Solved] Git Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Beeline Error: Error: Could not open client transport with JDBC Failed to Connection
- [Solved] GVM Error: rsync: connection unexpectedly closed & rsync: read error: Connection reset by peer (104)
- [Solved] ERROR: The kernel module failed to load, because it was not signed by a key that is trusted by the
- [Solved] SSH Failed to Login Ubuntu Error: Socket error Event: 32 Error: 10053. Connection closing…Socket close.
- [Solved] Xshelln Connect to Local VM linux Error: Could not connect to ‘XXX.168.122.1‘ (port 22): Connection failed