GitHub 访问慢解决方案
GitHub DNS About 1,127 words2021-04-21 编辑
GitHub访问更多因为DNS解析问题,可自己登陆IPAddress网站查询可用DNS,具体可参考最新文章解决方案:GitHub OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
配置 hosts 文件
- Windows hosts文件位置
C:\Windows\System32\drivers\etc\hosts- Linux hosts文件位置
/etc/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 /flushdnsLinux
centos6:
sudo /etc/init.d/networking restart 
centos7:
systemctl restart network
                Views: 4,004 · Posted: 2019-03-24
            
            ————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
 
        Loading...