使用git拉取时出现SSL_connect错误
#### 问题描述
之前顺利克隆下的仓库,某天在执行pull时候出现如下错误:
fatal: unable to access ‘https://gitee.com/xiaoming/xiaoming.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to gitee.com:443
解决方案
在Linux的bash中 或者在Win下的GitBash中,键入如下即可
env GIT_SSL_NO_VERIFY=true
使用git拉取时出现SSL_connect错误
http://example.com/posts/b832a5c0/