解決gnutls_handshake() failed: The TLS connection was non-properly terminated.
今天在一部新的Ubuntu上執行git fetch時出現以下訊息:
gnutls_handshake() failed: The TLS connection was non-properly terminated.
Quick solution
git config --global http.sslVerify false
我希望我的生活除了電腦,還有生活
今天在一部新的Ubuntu上執行git fetch時出現以下訊息:
gnutls_handshake() failed: The TLS connection was non-properly terminated.
git config --global http.sslVerify false