1. 程式人生 > >Git報錯: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

Git報錯: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

github nec tar bing ext 技術分享 machine git mark

在使用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

Git報錯: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443