1. 报错:GnuTLS recv error (-110): The TLS connection was non-properly terminated.
在使用 git clone 时,出现了以下报错: GnuTLS recv error (-110): The TLS connection was non-properly terminated.
依次输入以下代码:
apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
然后再次使用 git clone 发现可以正常下载了。文章来源:https://www.toymoban.com/news/detail-567602.html
2. 报错: Failed to connect to github.com port 443: Connection timed out
输入以下两行代码解决:文章来源地址https://www.toymoban.com/news/detail-567602.html
git config --global --unset http.proxy
git config --global --unset https.proxy
到了这里,关于解决 git clone 时遇到的一些问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!