OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

今天使用git突然不能获取github的项目,报错:

fatal: unable to access 'https://github.com/dmlc/xgboost.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
 

使用了各种方式都不行,在网上找了很多方法:

https://blog.csdn.net/daerzei/article/details/79528153

 

https://stackoverflow.com/questions/49345357/fatal-unable-to-access-https-github-com-xxx-openssl-ssl-connect-ssl-error

 

如果都不行,换了一下网络试试,比如热点或者自己的宽带,因为有可能你用的是公司的内网,设置了代理。

如果还不行,我也不知道怎么办了

你可能感兴趣的:(java,编程,git)