当前位置:   article > 正文

【已解决】Ubuntu git clone报错:GnuTLS recv error (-110) / Failed to connect to github.com port 443_ubuntu gnutls recv error (-110): the tls connectio

ubuntu gnutls recv error (-110): the tls connection was non-properly termina

1. 报错:GnuTLS recv error (-110): The TLS connection was non-properly terminated.

依次输入以下命令:

  1. apt-get install gnutls-bin
  2. git config --global http.sslVerify false
  3. git config --global http.postBuffer 1048576000

2. 报错: Failed to connect to github.com port 443: Connection timed out

依次输入以下命令:

  1. git config --global --unset http.proxy
  2. git config --global --unset https.proxy

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/448731
推荐阅读
相关标签
  

闽ICP备14008679号