解决手段:将https换成git,重新git clone
1 报错详情及解决手段git clone git://github.com/bigwhite/publication.git
下载git项目报错 SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
git clone https://github.com/bigwhite/publication.git Cloning into 'publication'... fatal: unable to access 'https://github.com/bigwhite/publication.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 git clone https://github.com/bigwhite/publication.gi
解决手段:将https换成git,重新git clone
git clone git://github.com/bigwhite/publication.git
如果需要替换成ssh方式考虑此种方式,根据git官方文档方案:
https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account



