解决github打不开的方法

解决github打不开的方法

本文参考文章:解决可ping通但无法访问github网站的问题

一、确定域名github.com的ip地址

进入网址 IP/服务器github.com的信息 - 站长工具 (chinaz.com),查看 ip 地址。

复制代码
20.205.243.166 github.com

二、确定域名github.global.ssl.fastly.net的ip地址

进入网址 IP/服务器github.global.ssl.fastly.net的信息 - 站长工具 (chinaz.com) ,查看 ip 地址。

复制代码
108.160.170.39 github.global.ssl.fastly.net

三、确定github静态资源域名assets-cdn.github.com的ip地址

进入网址 https://ip.tool.chinaz.com/assets-cdn.github.com,有三个。

复制代码
185.199.111.153	assets-cdn.github.com
185.199.108.153	assets-cdn.github.com
185.199.109.153	assets-cdn.github.com

四、修改hosts文件

Ubuntu系统:sudo vim /etc/hosts

Windows系统:记事本打开 C:\Windows\System32\drivers\etc 找到hosts文件

在底部加入前三步获得的内容,即:

console 复制代码
20.205.243.166 github.com
108.160.170.39 github.global.ssl.fastly.net
185.199.111.153	assets-cdn.github.com
185.199.108.153	assets-cdn.github.com
185.199.109.153	assets-cdn.github.com

保存退出。

重启浏览器,再次访问。

5.199.109.153 assets-cdn.github.com

复制代码
保存退出。

重启浏览器,再次访问。

以后再不好使就是这些网址更新了,再改就行。
相关推荐
Flandern11116 小时前
Pull Requests(PR)
学习·github·pr
网络研究院7 小时前
AgentGG:开源的代理式 SAST 扫描器
开源·github·工具·网络研究观·agentgg
凤炎忻9 小时前
【GitHub】GitHub Actions 快速入门
github·自动化运维
逛逛GitHub10 小时前
YouTube 一哥手搓了个 AI 工作台,一周就 5 万多 Star 。
github
七牛云行业应用10 小时前
Codex CLI 和 Codex 桌面端完整教程:两种入口的功能对比与选择指南
前端·后端·github
小雨青年10 小时前
GitHub Spark:自然语言能把全栈 AI 应用做到什么程度
人工智能·github
阿里嘎多学长10 小时前
2026-06-08 GitHub 热点项目精选
开发语言·程序员·github·代码托管
本地化文档11 小时前
black-docs-l10n
python·github·gitcode·sphinx
代码钢琴师12 小时前
从零设计一个 Java 分布式限流库:throttle4j 架构解析
github
用户0651281963312 小时前
Go开发者的工具箱:gookitgoutil,900+实用函数汇集
github