使用如下代码,安装VCGLib时报错
git clone https://github.com/cdcseacave/VCG.git vcglib
报错信息为
gnutls_handshake() failed: The TLS connection was non-properly terminated.
参考解决拉取github仓库报错“gnutls_handshake() failed”问题 这篇文章,输入以下代码,成功安装VCGLib。
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git conf
解决git clone GitHub报错问题

在安装VCGLib时遇到报错,通过参考文章解决了'gnutls_handshake() failed'问题。然而,git clone命令偶尔还会报错,多次尝试后通常能成功克隆GitHub仓库。
最低0.47元/天 解锁文章

1221

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



