报错信息如下:
Cloning into 'gramine'...
fatal: unable to access 'https://github.com/gramineproject/gramine.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
一,临时解决办法
git clone --recursive 'https://github.com/valloric/youcompleteme.git
二,永久解决办法
解决方法(顺序执行以下代码):
apt-get install
在尝试克隆'gramine'项目时遇到GnuTLS错误(-110):TLS连接未正常终止。临时解决方案是使用`git clone --recursive`命令。永久解决方法包括安装gnutls-bin并设置git全局配置http.sslVerify为false,以及http.postBuffer为1048576000。
订阅专栏 解锁全文
8409

被折叠的 条评论
为什么被折叠?



