前言:如果你所在地区不翻墙的情况下无法打开github.com网站,那么通过修改电脑本地hosts文件就可以正常打开github.com。
具体方法:
这个有什么用?最直观的效果是GitHub
图片可以正常加载,网页也稳定了。
GitHub Hosts
主要是通过修改host
的方式加速GitHub
访问,解决图片无法加载以及访问速度慢的问题。
全新的GitHub
访问加速工具,等待试用和反馈中,点击 FastDev 直达。
特点就是稳定!
hosts
地址可能会调整,所以请务必关注GitHub、Gitlab主页,保证不迷路,也可以关注公众号:湖中剑。
现在新增了DNS
获取方案,欢迎使用并反馈。
请查看 next hosts
内容定时更新,最近更新时间:2022-08-31 09:23:36。
# New!欢迎使用基于DNS的新方案
# https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts
# 地址可能会变动,请务必关注GitHub、Gitlab获取最新消息
# 也可以关注公众号:湖中剑,保证不迷路
# GitHub Host Start
140.82.112.4 central.github.com
140.82.112.4 assets-cdn.github.com
151.101.1.6 github.map.fastly.net
151.101.1.6 github.global.ssl.fastly.net
140.82.112.4 gist.github.com
185.199.108.153 github.io
140.82.112.4 github.com
140.82.112.4 api.github.com
140.82.112.4 codeload.github.com
72.21.206.80 github-cloud.s3.amazonaws.com
72.21.206.80 github-com.s3.amazonaws.com
72.21.206.80 github-production-release-asset-2e65be.s3.amazonaws.com
72.21.206.80 github-production-user-asset-6210df.s3.amazonaws.com
72.21.206.80 github-production-repository-file-5c1aeb.s3.amazonaws.com
185.199.108.153 githubstatus.com
140.82.113.17 github.community
140.82.112.4 raw.github.com
# Please Star : https://github.com/ineo6/hosts
# Mirror Repo : https://gitlab.com/ineo6/hosts
# Update at: 2022-08-31 09:23:36
# GitHub Host End
本地 hosts
服务获取到的ip
是经过本地测试,所以成功率较高。
而且会定时获取最新的ip
,尽可能保证访问。
注意,该方案需要结合SwitchHosts
一起使用,或者你也可以直接访问地址,手动复制。
执行下面命令, 服务会运行在: http://localhost:8888
curl -L https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-mac-x64.tar.gz | tar xzvf -
xattr -d com.apple.quarantine ./hosts-server-pkg-mac-x64/hosts-server
./hosts-server-pkg-mac-x64/hosts-server --port=8888
执行下面命令, 服务会运行在: http://localhost:8888
curl -L https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-mac-arm64.tar.gz | tar xzvf -
./hosts-server-pkg-mac-arm64/hosts-server --port=8888
执行下面命令, 服务会运行在: http://localhost:8888
curl -L https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
./hosts-server-pkg-linuxstatic-x64/hosts-server --port=8888
执行下面命令, 服务会运行在: http://localhost:8888
curl -L https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf -
./hosts-server-pkg-linuxstatic-arm64/hosts-server --port=8888
执行下面命令, 服务会运行在: http://localhost:8888
curl -L https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf -
./hosts-server-pkg-linuxstatic-armv7/hosts-server --port=8888
下载 https://github.com/ineo6/hosts/releases/download/v1.0.1/hosts-server-pkg-win-x64.zip ,解压后执行下面命令,服务会运行在: http://localhost:8888
.\hosts-server.exe --port=8888
这里推荐使用 SwitchHosts
配置hosts
,操作很简单,支持跨平台。
注意:首次使用先备份下本地hosts。
详细介绍可以阅读 SwitchHosts! 还能这样管理hosts,后悔没早点用 。
添加一条规则:
这样就可以和最新的hosts
保持同步。
hosts
文件位置:/etc/hosts
。
macOS
系统下修改需要按照如下方式:
Shift+Command+G
打开”前往文件夹”,输入框中输入/etc/hosts
。hosts
文件位置。注意:如果你使用
VS Code
,可以直接用VS Code
修改和保存,不需要复制文件。
复制hosts
文件到桌面上,鼠标右键右击它,选择「打开方式」—「文本编辑」,打开这个hosts
文件,把前面的hosts
内容复制进来。
然后把你修改好的hosts
文件替换掉:/etc/hosts
文件。
注意:如果弹出密码输入框,你需要输入你当前登录账号对应的密码。
最后刷新缓存:
sudo killall -HUP mDNSResponder
hosts
文件位置:C:/windows/system32/drivers/etc/hosts
。
将前文hosts
内容追加到hosts
文件,然后刷新DNS
缓存:
ipconfig /flushdns
备用地址:
https://gitlab.com/ineo6/hosts
https://github.com/ineo6/hosts
最新DNS新方案(定时更新):https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts