遇到這個問題,查找別人也遇到,省時間不寫了直接復制
在使用Git來克隆倉庫報了錯誤,如下:
fatal: unable to access ‘https://github.com/xingbuxing/TA-Lib-in-chinese.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解決方案:
env命令設置GIT_SSL_NO_VERIFY環境變量為”ture”,並同時調用正常的git clone命令
env GIT_SSL_NO_VERIFY=true git clone https://<host_name/git/project.git