Git报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
时间:2019-03-02 10:56:08
收藏:0
阅读:1831
在使用Git来克隆仓库报了错误,如下:
fatal: unable to access ‘https://github.com/xiaobingchan/machine_learn/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决方案:
env GIT_SSL_NO_VERIFY=true
原文:https://www.cnblogs.com/luyanjie/p/10459994.html
评论(0)