Git Clone错误解决:GnuTLS recv error (-110): The TLS connection was non-properly terminated.

阅读 33

2023-04-16


一,临时解决办法

git clone --recursive 'https://github.com/valloric/youcompleteme.git

二,永久解决办法,未尝试

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

相关推荐

精彩评论(0)

0 0 举报