网页能够访问github.com和外网,git 也是安装了最新版,但是在使用 git clone xxx 时就报错:
$ git clone https://github.com/XXX.git
Cloning into 'XXX'...
fatal: unable to access 'https://github.com/XXXc.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
最后发现是没有把新生成的 id_rsa.pub 公钥放到自己 github.com 的公钥里面:
然后再次运行就可以了。