Windows下加速Github访问

知识库环境配置Windowswindow小于 1 分钟

获取 GitHub 官方 CDN 地址

地址:https://www.ipaddress.com/open in new window

查询以下三个链接的 DNS 解析地址

修改系统 hosts 文件

hosts 路径:C:\Windows\System32\drivers\etc\hosts

# 末尾加入
140.82.113.3     github.com
185.199.109.153  assets-cdn.github.com
199.232.69.194   github.global.ssl.fastly.net

刷新系统 DNS 缓存

以管理员身份在cmd中运行ipconfig /flushdns

原文地址:https://github.com/chenxuhua/issues-blog/issues/3open in new window