LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
problem
git clone https://github.com/xxx
仓库时
报错: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
reason
网络问题
solution
使用ssh
- 前提是本机生成ssh公私钥,然后将公钥配置到github
- 然后执行
git clone git@github.com:xxx