首页 > TAG信息列表 > gnutls

git clone时gnutls_handshake() failed: The TLS connection was non-properly terminated

主要是代理设置的问题。 参考资料 跳坑 gnutls_handshake() failed: The TLS connection was non-properly terminated. 解决拉取github仓库报错“gnutls_handshake() failed”问题

git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.

This problem occurred to me especially behind corporate firewall after updating ubuntu to 18.04 LTS. I tried all possible approaches before coming across solution to compile GIT with openssl rather than gnutls. Copy+Pasting below that resolved the problem

Ubuntu 16.04下使用git clone时报“gnutls_handshake() failed: Error in the pull function”错误

报错提示 gnutls_handshake() failed: Error in the pull function 原因及解决办法 可能是libssl库的问题,安装libssl-dev可以解决 sudo apt-get install libssl-dev

gnutls_handshake() failed: Error in the pull function.

git push origin master遇到这个错误 尝试无果后,采用博主的方法4提交成功,另外,GitHub从百度的搜索入口进去貌似更快一点,相比直接输网址或者用其他搜索入口 链接:gnutls_handshake() failed: Error in the pull function