【真正的解决方法】error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
openssl
传输层安全性/安全套接层及其加密库
项目地址:https://gitcode.com/gh_mirrors/ope/openssl
免费下载资源
·
测试平台:win10
测试软件:Git Bash(源自360软件管家,没有打广告的嫌疑,只是为了纪念我下官网断了5次)
20220228161710更新:
windows下先用“telnet github.com 80”测试一下能否访问端口,如果可以再看下面。如果不行,就是被墙了,移动宽带出现这种情况的至少几个小时后才能上,电信网络一般一两个小时后可以上。
部分引用:git clone --depth=1时的一些问题 - 简书
上面是我跪倒的信息
下面是我爬起的信息
- git init
- 初始化git,绝大多数人肯定是下了git就去下东西了,好运的话确实能一次下完,没做这一步就去按别的贴去设置的,喜提“fatal: not in a git directory”
- git config http.postBuffer 524288000
- 修改 git 提交文件大小上限
- 没 init 过的绝对 “fatal: not in a git directory”
- git config --global http.sslVerify "false"
- 没 init 过的也绝对 “fatal: not in a git directory”
- git clone 【你的git链接】 --depth 1
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 个月前
更多推荐
已为社区贡献5条内容
所有评论(0)