GitHub 访问慢解决方案
GitHub DNS 大约 1084 字2021-04-21 编辑
GitHub
访问更多因为DNS
解析问题,可自己登陆IPAddress
网站查询可用DNS
,具体可参考最新文章解决方案:https://www.zhangbj.com/p/773.html
配置 hosts 文件
Windows hosts
文件位置
C:\Windows\System32\drivers\etc\hosts
Linux hosts
文件位置
/ect/hosts
修改 hosts 文件
追加以下内容
# GitHub Start
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
# GitHub End
刷新DNS
Windows
ipconfig /flushdns
Linux
centos6:
sudo /etc/init.d/networking restart
centos7:
systemctl restart network
阅读 2577 · 发布于 2019-03-24
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Java 并发编程之线程池大小阅读 1287
-
Docker 容器没有 ps pidof 查看进程命令解决办法阅读 1367
-
Java 获取垃圾回收队列长度阅读 258
-
不同平台文件格式:dos、unix、mac阅读 6423
-
GoJS Diagram 去掉选中黑色边框阅读 2104
-
Spring Boot OpenFeign PATCH 请求报错:java.net.ProtocolException: Invalid HTTP method: PATCH阅读 1171
-
Java 中的锁 ReentrantReadWriteLock 读写锁阅读 1508
-
Ubuntu 修改 apt 镜像阅读 4075
-
MySQL 之延迟键写入 DELAY_KEY_WRITE阅读 2734
-
MySQL 存储 IP 地址阅读 2156