GitHub打开缓慢甚至失败的解决办法

在C:\Windows\System32\drivers\etc的hosts中增加如下内容:

复制代码
20.205.243.166  github.com
199.59.149.236 github.global.ssl.fastly.net

185.199.109.153 http://assets-cdn.github.com
185.199.108.153 http://assets-cdn.github.com
185.199.110.153 http://assets-cdn.github.com
185.199.111.153 http://assets-cdn.github.com

#https://registry.opendata.aws/
65.8.161.84 https://aws.amazon.com

刷新配置:C:\Users\Admin>ipconfig/flushdns

相关推荐
知识即是力量ol3 小时前
研发实战:Git 规范化开发全流程指南
git·gitee·github
知识即是力量ol5 小时前
Git 快速入门 (实习生视角)
git·gitee·github
fu的博客8 小时前
Git从删库到跑路
git·gitee·github
知识即是力量ol8 小时前
Git 实战指南:从分支管理到冲突解决
git·github·源代码管理
基于底层的菜鸟8 小时前
如何在VS code中为GitHub Copilot 添加SKill
github
玉梅小洋9 小时前
GitHub SSH配置教程
运维·ssh·github
牛十二9 小时前
在github codespaces部署开源个人智能体OpenClaw(Clawdbot/Moltbot)使用教程
github
CoderJia程序员甲9 小时前
GitHub 热榜项目 - 日榜(2026-02-01)
人工智能·ai·大模型·github·ai教程
散峰而望9 小时前
【基础算法】穷举的艺术:在可能性森林中寻找答案
开发语言·数据结构·c++·算法·随机森林·github·动态规划
散峰而望9 小时前
【基础算法】算法的“预谋”:前缀和如何改变游戏规则
开发语言·数据结构·c++·算法·github·动态规划·推荐算法