github连不上

github连不上

错误提示

fatal: unable to access 'https://github.com/Ada-design/qianduan.git/': Failed to connect to github.com port 443 after 21073 ms: Couldn't connect to server

解决方案

下载steam++ https://steampp.net/

安装成功之后,启动steam++,然后配置github加速配置

配置成功之后,再从github上拉取代码,会提示

fatal: unable to access 'https://github.com/Ada-design/qianduan.git/': SSL certificate problem: unable to get local issuer certificate

这个错误信息表明你在尝试访问 GitHub 时遇到了 SSL 证书问题。这通常是因为你的系统无法验证服务器的 SSL 证书,可能是由于证书已过期、未正确配置或者你正在使用的 Git 客户端版本过旧

忽略 SSL 验证:如果你只是在本地开发并且不需要连接到外部网络,你可以选择忽略 SSL 证书验证。但请注意,这样做会降低安全性,因为你的数据传输将不再加密。在命令行中输入以下命令:

powershell 复制代码
git config --global http.sslVerify false

然后再次使用github拉取和提交代码,就ok

steam++ 采用Hosts加速

在C:\Windows\System32\drivers\etc下的hosts文件内添加如下

powershell 复制代码
140.82.114.4 www.github.com

199.232.5.194 github.global.ssl.fastly.net

54.231.114.219 github-cloud.s3.amazonaws.com


相关推荐
前端市界2 分钟前
用 React 手搓一个 3D 翻页书籍组件,呼吸海浪式翻页,交互体验带感!
前端·架构·github
happyprince12 分钟前
2026年02月07日热门github项目
github
CoderJia程序员甲1 小时前
GitHub 热榜项目 - 日榜(2026-02-06)
人工智能·ai·大模型·github·ai教程
荔枝吻3 小时前
忘记服务器密码,在Xshell7中查看已保存密码
运维·服务器·github
tod1135 小时前
TCP全连接队列与tcpdump抓包
网络·网络协议·tcp/ip·github·tcpdump
Luck_ff08105 小时前
百度指数数据采集与可视化平台 BaiduIndexHunter
github·开源软件
阿里嘎多学长6 小时前
2026-02-03 GitHub 热点项目精选
开发语言·程序员·github·代码托管
子兮曰12 小时前
OpenClaw入门:从零开始搭建你的私有化AI助手
前端·架构·github
m0_694845571 天前
tinylisp 是什么?超轻量 Lisp 解释器编译与运行教程
服务器·开发语言·云计算·github·lisp
June`1 天前
muduo项目排查错误+测试
linux·c++·github·muduo网络库