dns解析慢,github上不去,慢

修改host.

windows下路径为:C:\Windows\System32\drivers\etc\hosts

Linux下路径:/etc/hosts

加入:

192.30.253.112 github.com
192.30.253.119 gist.github.com
151.101.100.133 assets-cdn.github.com
151.101.100.133 raw.githubusercontent.com
151.101.100.133 gist.githubusercontent.com
151.101.100.133 cloud.githubusercontent.com
151.101.100.133 camo.githubusercontent.com
151.101.100.133 avatars0.githubusercontent.com
151.101.100.133 avatars1.githubusercontent.com
151.101.100.133 avatars2.githubusercontent.com
151.101.100.133 avatars3.githubusercontent.com
151.101.100.133 avatars4.githubusercontent.com
151.101.100.133 avatars5.githubusercontent.com
151.101.100.133 avatars6.githubusercontent.com
151.101.100.133 avatars7.githubusercontent.com
151.101.100.133 avatars8.githubusercontent.com

最新文章

  1. 理解 Neutron Server 分层模型 - 每天5分钟玩转 OpenStack(69)
  2. 模拟实现SQL Server字段列显示的数据类型
  3. 为什么JAVA的垃圾回收机制无法避免内存泄漏
  4. Criteria查询初学者的采纳点哦
  5. ALinq Dynamic 使用指南——慨述(上)
  6. 16. 星际争霸之php设计模式--组合模式
  7. Oracle11完全卸载方法 deinstall.bat如何用以及如何删除oracle注册表
  8. 中国行政区域(省,市,县)SQL
  9. RAC_Oracle集群服务安装RAC(案例)
  10. iOS-CALayer
  11. (转).net项目技术选型总结
  12. c++ 重定位输出到DOS
  13. java笔试题13-11-21
  14. malloc without free, what happens?
  15. 教你如何反编译app,拿到加密方式
  16. js中 && 与 || 的妙用
  17. [Swift]LeetCode139. 单词拆分 | Word Break
  18. Ftp、Ftps与Sftp之间的区别
  19. java多线程系列7 高级同步工具(1)信号量Semaphore
  20. [LeetCode&Python] Problem 485. Max Consecutive Ones

热门文章

  1. Asp.net Mvc、webApi配置允许跨域
  2. MySQL 8.0 —— CATS事务调度算法的性能提升
  3. [JSON_01] JSON 解析
  4. Web服务并发I/O模型
  5. Orcale日期函数to_date(),to_char()
  6. MATLAB用二分法、不动点迭代法及Newton迭代(切线)法求非线性方程的根
  7. Alpha冲刺博客汇总(麻瓜制造者)
  8. 玩转FusionCharts:Y轴数字形式(如去掉K)
  9. cmd应用基础教程
  10. metamask中的import account的代码实现