测试平台:win10

测试软件:Git Bash(源自360软件管家,没有打广告的嫌疑,只是为了纪念我下官网断了5次)


20220228161710更新:

windows下先用“telnet github.com 80”测试一下能否访问端口,如果可以再看下面。如果不行,就是被墙了,移动宽带出现这种情况的至少几个小时后才能上,电信网络一般一两个小时后可以上。


部分引用:error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054解决方法_StraightenupRyan的博客-CSDN博客

部分引用:git clone --depth=1时的一些问题 - 简书


上面是我跪倒的信息


下面是我爬起的信息

  1. git init
    1. 初始化git,绝大多数人肯定是下了git就去下东西了,好运的话确实能一次下完,没做这一步就去按别的贴去设置的,喜提“fatal: not in a git directory”
  2. git config http.postBuffer 524288000
    1. 修改 git 提交文件大小上限
    2. 没 init 过的绝对 “fatal: not in a git directory”
  3. git config --global http.sslVerify "false"
    1. 没 init 过的也绝对 “fatal: not in a git directory”
  4. 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 个月前
Logo

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

更多推荐