经验分享

GitHub520-GitHub网站加速脚本

我的站长站 2024-10-29 人阅读

脚本介绍

GitHub520是一个开源的GitHub网站加速脚本,不需要安装,固件5分钟,通过本地Hosts文件,解决:GitHub访问加载慢和图裂的问题,项目已获得21.4K Star。

项目地址:https://github.com/521xueweihan/GitHub520

二、使用方法

下面的地址无需访问GitHub即可获取到最新的主机内容:

文件:https://raw.hellogithub.com/hosts

JSON:https://raw.hellogithub.com/hosts.json

2.1 手动方式

2.1.1 复制下面的内容

# GitHub520 Host Start140.82.112.26                 alive.github.com
140.82.113.6                  api.github.com
185.199.109.153               assets-cdn.github.com
185.199.111.133               avatars.githubusercontent.com
185.199.108.133               avatars0.githubusercontent.com
185.199.108.133               avatars1.githubusercontent.com
185.199.109.133               avatars2.githubusercontent.com
185.199.111.133               avatars3.githubusercontent.com
185.199.111.133               avatars4.githubusercontent.com
185.199.111.133               avatars5.githubusercontent.com
185.199.108.133               camo.githubusercontent.com
140.82.113.21                 central.github.com
185.199.111.133               cloud.githubusercontent.com
140.82.112.9                  codeload.github.com
140.82.112.21                 collector.github.com
185.199.111.133               desktop.githubusercontent.com
185.199.108.133               favicons.githubusercontent.com
140.82.114.3                  gist.github.com
52.217.164.17                 github-cloud.s3.amazonaws.com
54.231.168.153                github-com.s3.amazonaws.com
3.5.8.207                     github-production-release-asset-2e65be.s3.amazonaws.com
3.5.25.78                     github-production-repository-file-5c1aeb.s3.amazonaws.com
54.231.230.209                github-production-user-asset-6210df.s3.amazonaws.com
192.0.66.2                    github.blog
140.82.113.3                  github.com
140.82.112.18                 github.community
185.199.110.154               github.githubassets.com
151.101.193.194               github.global.ssl.fastly.net
185.199.109.153               github.io
185.199.111.133               github.map.fastly.net
185.199.109.153               githubstatus.com
140.82.114.25                 live.github.com
185.199.108.133               media.githubusercontent.com
185.199.111.133               objects.githubusercontent.com
13.107.42.16                  pipelines.actions.githubusercontent.com
185.199.108.133               raw.githubusercontent.com
185.199.108.133               user-images.githubusercontent.com
13.107.246.51                 vscode.dev
140.82.112.22                 education.github.com
185.199.111.133               private-user-images.githubusercontent.com# Update time: 2024-10-29T10:29:11+08:00# Update url: https://raw.hellogithub.com/hosts# Star me: https://github.com/521xueweihan/GitHub520# GitHub520 Host End

该内容会自动定时更新,数据更新时间:2024-10-29T10:29:11+08:00

2.1.2 修改 hosts 文件

Hosts文件在每个系统的位置不一,详情如下:

Windows 系统:C:\Windows\System32\drivers\etc\hosts

Linux 系统:/etc/hosts

Mac(苹果电脑)系统:/etc/hosts

Android(安卓)系统:/system/etc/hosts

iPhone(iOS)系统:/etc/hosts

修改方法,把第一步的内容复制到文本补充:

Windows 使用笔记。

Linux、Mac使用Root权限:sudo vi /etc/hosts。

iPhone、iPad须越狱、Android需root。

相关专题
github
github
2024-01-30 83

github是全球著名的代码托管平台,学会使用github可以找到更多的好源码.我的站长站为大家整理的关于github的资源,包含github使用教程、github加速工具,基于github...

相关推荐
  • Github加速
  • Github下载
  • Github访问加速工具v1.1.4
    Github访问加速工具v1.1.4

    软件介绍Github访问加速工具v1.1.4,一款专业Github加速神器,如果您在访问Github网站无法正常打开网页的情况,使用此软件可以解决问题。免费无广告,体积小,无需安装,易语言编译可能会出现误报误杀等情况...

    开发软件 39 2年前
  • 只需修改hosts轻松解决github打不开问题

    使用方法访问 https://hosts.gitcdn.top/hosts.txt,或将下面全部内容粘贴到你的hosts文件中,即可。# fetch-github-hosts begin140.82.114.26 alive.github.com140.82.114.26 live.github.com185.199.108.154 ...

    经验分享 551 2年前
  • 最新github全球新冠状病毒数据表
    最新github全球新冠状病毒数据表

    最新github全球新冠状病毒数据表一键查看全球化的疫情数据,可以更明细的观察当然你也能参考网站源码,github源码地址:https://github.com/cesiumlab/2019-nCoV-3d...

    在线工具 823 4年前
  • Github文件加速下载器v3.0绿色版
    Github文件加速下载器v3.0绿色版

    软件介绍Github文件加速下载器,Github文件下载慢、或无法下载,利用学到的知识,自己动手,解决此问题。使用方法先复制Github文件链接到剪切板运行 Github文件下载器.exe点击下载按钮(二选一)等待下载...

    软件分享 23 6天前
  • gh-proxy-开源GitHub加速下载项目
    gh-proxy-开源GitHub加速下载项目

    项目介绍gh-proxy是一款开源的GitHub加速下载项目,基于Cloudflare Workers部署,支持github release、archive以及项目文件的加速项目,支持clone,有Cloudflare Workers无服务器版本以及Python版本。项...

    经验分享 23 4个月前
  • GitHub520-GitHub网站加速脚本

    脚本介绍GitHub520是一个开源的GitHub网站加速脚本,不需要安装,固件5分钟,通过本地hosts文件,解决:GitHub访问加载慢和图裂的问题,项目已获得21.4K Star。项目地址:https://github.com/521xueweihan/GitHub520二、使用方法下面的地址无需访问GitHub即可获取...

    经验分享 28 2周前
最新更新