报错:
Cloning into 'orc'...
fatal: unable to access 'https://github.com/apache/orc.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决:
git config --global http.sslVerify false
,重新clone即可

本文介绍了如何解决在尝试从GitHub clone Apache ORC库时遇到的SSL连接错误,通过临时禁用git的SSL验证进行问题解决,并提供了解决步骤。
报错:
Cloning into 'orc'...
fatal: unable to access 'https://github.com/apache/orc.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决:
git config --global http.sslVerify false
,重新clone即可

23万+
902
3万+
1462
5676
2734
348

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