目录

问题现象:

解决方法:


问题现象:

        今天在项目中使用git工具clone远程库的项目地址时,遇到了如下报错,导致无法克隆项目代码到本地:

        OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

解决方法:

1、在git工具中输入:

        git config --global http.sslVerify "false" 

2、重启git工具。

3、重新clone:

 成功:

GitHub 加速计划 / ope / openssl
25.13 K
9.99 K
下载
传输层安全性/安全套接层及其加密库
最近提交(Master分支:1 个月前 )
fd39d1c8 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25095) 3 个月前
ae87c488 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25095) 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐