问题产生于使用Alpine安装Yapi的过程,共两个问题,第一个问题HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

问题

Failed to connect to github.com port 443 after 21092 ms: Connection refused

原因

Git默认开启了https校验,关不掉就可以了,命令见解决方案

解决方案

git config --global http.sslVerify "false"

现场

【Git】Failed to connect to github.com port 443 after 21092 ms: Connection refused相关推荐

  1. 电脑无法访问github Failed to connect to github.com port 443 after 32007 ms: Connection refused

    问题 执行pod instal 的时候,报出以下错误 [!] Error installing Protobuf [!] /usr/bin/git clone https://github.com/p ...

  2. 【GitHub】Failed to connect to github.com port 443 的一种解决方案

    文章目录 0. 前言 1. 问题描述 2. 解决方案 2.1 问问GPT 2.2 搜一搜 2.3 结合自身实际 Failed to connect to github.com port 443 的一种 ...

  3. 使用Git时,Failed to connect to github.com port 443 after 21100 ms: Timed out

    使用Git的时候,因为VPN导致:fatal: unable to access 'https://github.com/fighting41love/cocoNLP.git/': Failed to ...

  4. Failed to connect to github.com port 443 after 21035 ms: Timed out

    问题描述 最近使用git提交代码发现总是报错,查了很多资料,比如关闭或打开vpn,取消代理服务器,取消全局代理等都无法解决问题,最后找到直接找github的IP地址修改hosts文件后成功了. 使用g ...

  5. Failed to connect to github.com port 443 after 21505 ms: Timed out

    项目场景: 今天是想用git命令推送代码到远程仓库 问题描述 Failed to connect to github.com port 443 after 21505 ms: Timed out 原因 ...

  6. 解决Failed to connect to github.com port 443 after 21113 ms: Timed out

    Failed to connect to github.com port 443 after 21113 ms: Timed out     (连接失败超时) 解决方案,分别执行 取消全局代理. // ...

  7. (保姆教学)Failed to connect to github.com port 443 after 21094 ms: Timed out

    文章目录 github连接超时问题 Failed to connect to github.com port 443 after 21094 ms: Timed out 如果觉得对你有用不要忘记了,点 ...

  8. Failed to connect to github.com port 443 after 75067 ms: Operation timed out

    Failed to connect to github.com port 443 after 75067 ms: Operation timed out 通过 Github 提交 code 的时候抛出 ...

  9. Failed to connect to github.com port 443 after 21060 ms Timed out

    Failed to connect to github.com port 443 after 21060 ms: Timed out 打算从git上clone项目,多次尝试报错,大概是网络或代理问题请 ...

  10. Failed to connect to github.com port 443 after 21080 ms

    在从github下载时遇到Failed to connect to github.com port 443 after 21080 ms报错,解决如下: 第一步:打开ipaddress.com,查询如 ...

最新文章

  1. 20162318 2016-2017-2 《程序设计与数据结构》第7周学习总结
  2. 已知旋转矩阵求角度_如何推导旋转矩阵
  3. SAP Fiori应用里的get org sales target
  4. 技校毕业是什么学历_技校毕业了是什么学历
  5. 在腾讯云开通短信验证服务设置正确格式的签名和正文模板并完成群发消息测试
  6. java文本框背景_用Java编写小程序(包含组合框下拉和文本框)变换背景颜色
  7. python配置opencv镜像安装
  8. 单例销毁_TypeScript 设计模式之单例模式
  9. pycharm: connot find declaration to go to
  10. JPA、JTA、XA相关索引
  11. Python游戏编程入门-打飞机
  12. 多元统计分析最短距离法_多元统计分析方法
  13. VennDiagram 画文氏图/维恩图/Venn
  14. 天水师范计算机与科学怎么样,甘肃大学分析:陇东学院和天水师范哪所师范类本科好?...
  15. java string时间类型天数运算
  16. linux shell ifs,shell - IFS分隔符
  17. 痛苦的事, 伤心的事, 一生只需要一次, 别折腾, 别忘痛- 人生, 软件, 所有人皆如是!...
  18. POJ3984迷宫问题
  19. 在PC体验sailfishos(旗鱼)系统
  20. 解决 elementui中pagination显示英文问题

热门文章

  1. 最短路算法模板(Dijkstra、Bellman_ford、spfa、Floyd)
  2. 爬取淘宝买家秀,sign值的生成
  3. 电路中的电阻_电感_电容的特性
  4. jbutton java_Java JButton
  5. css3实现奔跑的小人动画
  6. ICEM 网格划分技巧(21-5)
  7. 计算年龄:DATEDIF函数
  8. xrd计算晶面间距_xrd如何计算晶格间距(1)
  9. 几款电纸书阅读器参数对比
  10. 是时候复习下 Webpack 了