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 发现可以正常下载了。

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

输入以下两行代码解决:

git config --global --unset http.proxy

git config --global --unset https.proxy
Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐