【踩坑日记26】Connection timed out fatal: expected flush after ref listing ```

问题描述

(base) XXX@omega:/home/XXX/code$ git clone https://github.com/comeeasy/DALS.git
Cloning into 'DALS'...
error: RPC failed; curl 28 Failed to connect to github.com port 443: Connection timed out
fatal: expected flush after ref listing

解决方法

直接换一个域名:相比原来的拉取语句只增加了gitclone.com/的域名。

git clone https://gitclone.com/github.com/comeeasy/DALS.git

参考

拉取代码报错error: RPC 失败。curl 28 Failed to connect to github.com port 443: 连接超时 fatal: 远端意外挂断了不用梯子的解决方法。

相关推荐

  1. 】Ubuntu20.4安装Vivado

    2024-07-22 14:24:04       62 阅读
  2. election 28.1.4

    2024-07-22 14:24:04       44 阅读
  3. 日记:opencv多次绘图绘图不全

    2024-07-22 14:24:04       49 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-22 14:24:04       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-22 14:24:04       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-22 14:24:04       45 阅读
  4. Python语言-面向对象

    2024-07-22 14:24:04       55 阅读

热门阅读

  1. k8s部署kafka集群

    2024-07-22 14:24:04       17 阅读
  2. ThreadLocal的使用以及使用的场景

    2024-07-22 14:24:04       17 阅读
  3. 7.21 复习数据结构相关知识【主链表】

    2024-07-22 14:24:04       18 阅读
  4. LEFT JOIN RIGHT JOIN INNER JOIN JOIN如何理解这几个JOIN?

    2024-07-22 14:24:04       16 阅读
  5. Linux常用命令

    2024-07-22 14:24:04       15 阅读
  6. 软件测试-测试用例设计方法(附实际项目用例)

    2024-07-22 14:24:04       18 阅读
  7. 【图像处理】不智能的目标识别

    2024-07-22 14:24:04       20 阅读
  8. Linux基础: 五. 文本编辑器vi和vim

    2024-07-22 14:24:04       15 阅读
  9. lua 实现 函数 判断两个时间戳是否在同一天

    2024-07-22 14:24:04       17 阅读