• 【原创】彻底解决GitHub访问慢的问题(只需三招)


    1. 解决访问慢、图片打不开

    按照下面这个项目来解决

    https://github.com/521xueweihan/GitHub520

    【前提】能够访问github

    本项目无需安装任何程序,通过修改本地 hosts 文件,试图解决:

    • GitHub 访问速度慢的问题
    • GitHub 项目中的图片显示不出的问题

    2.1 复制下面的内容

    # GitHub520 Host Start
    140.82.113.26                 alive.github.com
    140.82.112.25                 live.github.com
    185.199.108.154               github.githubassets.com
    140.82.112.22                 central.github.com
    185.199.108.133               desktop.githubusercontent.com
    185.199.108.153               assets-cdn.github.com
    185.199.108.133               camo.githubusercontent.com
    185.199.108.133               github.map.fastly.net
    199.232.69.194                github.global.ssl.fastly.net
    140.82.112.3                  gist.github.com
    185.199.108.153               github.io
    140.82.112.4                  github.com
    192.0.66.2                    github.blog
    140.82.114.5                  api.github.com
    185.199.108.133               raw.githubusercontent.com
    185.199.108.133               user-images.githubusercontent.com
    185.199.108.133               favicons.githubusercontent.com
    185.199.108.133               avatars5.githubusercontent.com
    185.199.108.133               avatars4.githubusercontent.com
    185.199.108.133               avatars3.githubusercontent.com
    185.199.108.133               avatars2.githubusercontent.com
    185.199.108.133               avatars1.githubusercontent.com
    185.199.108.133               avatars0.githubusercontent.com
    185.199.108.133               avatars.githubusercontent.com
    140.82.113.9                  codeload.github.com
    52.217.44.188                 github-cloud.s3.amazonaws.com
    52.217.33.196                 github-com.s3.amazonaws.com
    52.216.93.147                 github-production-release-asset-2e65be.s3.amazonaws.com
    52.216.93.147                 github-production-user-asset-6210df.s3.amazonaws.com
    52.217.207.33                 github-production-repository-file-5c1aeb.s3.amazonaws.com
    185.199.108.153               githubstatus.com
    64.71.144.211                 github.community
    23.100.27.125                 github.dev
    140.82.113.22                 collector.github.com
    13.107.42.16                  pipelines.actions.githubusercontent.com
    185.199.108.133               media.githubusercontent.com
    185.199.108.133               cloud.githubusercontent.com
    185.199.108.133               objects.githubusercontent.com
    
    
    # Update time: 2022-06-01T10:55:12+08:00
    # Update url: https://raw.hellogithub.com/hosts
    # Star me: https://github.com/521xueweihan/GitHub520
    # GitHub520 Host End

    上面内容会自动定时更新,保证最新有效。数据更新时间:2022-06-01T10:55:12+08:00(内容无变动不会更新)

    • 文件:https://raw.hellogithub.com/hosts
    • JSON:https://raw.hellogithub.com/hosts.json

    2.1 手动方式

    2.1.1 修改 hosts 文件

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

    • Windows 系统:C:\Windows\System32\drivers\etc\hosts
    • Linux 系统:/etc/hosts
    • Mac(苹果电脑)系统:/etc/hosts
    • Android(安卓)系统:/system/etc/hosts
    • iPhone(iOS)系统:/etc/hosts

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

    1. Windows 使用记事本。
    2. Linux、Mac 使用 Root 权限:sudo vi /etc/hosts
    3. iPhone、iPad 须越狱、Android 必须要 root。

    2.1.2 激活生效

    大部分情况下是直接生效,如未生效可尝试下面的办法,刷新 DNS:

    1. Windows:在 CMD 窗口输入:ipconfig /flushdns

    2. Linux 命令:sudo nscd restart,如报错则须安装:sudo apt install nscd 或 sudo /etc/init.d/nscd restart

    3. Mac 命令:sudo killall -HUP mDNSResponder

    Tips: 上述方法无效可以尝试重启机器。

     

    再附上几个命令:

    ipconfig /displaydns # 显示dns缓存 
    
    ipconfig /flushdns # 刷新DNS记录 
    
    ipconfig /renew # 重请从DHCP服务器获得IP 

    2.2 自动方式

    Tip:推荐 SwitchHosts 工具管理 hosts

    以 SwitchHosts 为例,看一下怎么使用的,配置参考下面:

    • Title: 随意

    • Type: Remote

    • URL: https://raw.hellogithub.com/hosts

    • Auto Refresh: 最好选 1 hour

    如图:

    这样每次 hosts 有更新都能及时进行更新,免去手动更新。

    2.3 One-liner (适用于类Unix系统)

    sed -i "/# GitHub520 Host Start/Q" /etc/hosts && curl https://raw.hellogithub.com/hosts >> /etc/hosts 自动更新/etc/hosts文件,可以添加到cron定时执行。使用前确保Github520内容在该文件最后部分。

    2.4 AdGuard Home 用户(自动方式)

    在 过滤器>DNS 封锁清单>添加阻止列表>添加一个自定义列表,配置如下:

    • 名称: 随意

    • URL: https://raw.hellogithub.com/hosts(和上面 SwitchHosts 使用的一样)

    如图:

    更新间隔在 设置>常规设置>过滤器更新间隔(设置一小时一次即可),记得勾选上 使用过滤器和 Hosts 文件以拦截指定域名

    Tip:不要添加在 DNS 允许清单 内,只能添加在 DNS 封锁清单 才管用。另外,AdGuard for Mac、AdGuard for Windows、AdGuard for Android、AdGuard for IOS 等等 AdGuard 家族软件 添加方法均类似。

    2.5 Chrome 插件方式

    FasterHosts 是个 Chrome 插件,主要原理是拦截浏览器的某些请求,将 domain 替换成访问速度较快的那个。hosts 资源来自 GitHub520,每 1 小时更新一次。

    1. 下载 FasterHosts 然后解压,找到 extension 子目录
    2. 打开 Chrome,输入: chrome://extensions/
    3. 打开「开发者模式」
    4. 选择「加载已解压的扩展程序」,然后定位到刚才解压的文件夹里面的 extension 目录,确定
    5. 这就安装好了,关闭「开发者模式」

    2. 解决仓库下载慢
    上面的工具虽然能解决访问慢的问题,但却解决不了用git下载仓库慢的问题。

    GitHub 上有些仓库非常大,用git clone 到本地会非常慢。

    比如,PaddleOCR仓库共 460M,如果直接下载可能会出现下面这种情况

    git clone https://github.com/PaddlePaddle/PaddleOCR.git

    Failed to connect to github.com port 443: Operation timed out

    连接超时!

    解决方法比上面的更简单,把github.com换成hub.fastgit.xyz 即可,hub.fastgit.xyz是个高速的 GitHub git仓库镜像,来看下替换后的效果

    git clone https://hub.fastgit.xyz/PaddlePaddle/PaddleOCR.git

    下载速度达到 2.8M/s,效果拔群!

    有了这两个工具,相信你就可以摆脱龟速的 GitHub 了。

    3、终极大法

    在右面把它的网址复制粗来:

    https://avatars2.githubusercontent.com/u/xxxx?s=60&v=4

    获取IP地址

    得到上述网址以后打开IPAddress.com这个网站,

    在搜索框输入它的域名,

    就是https://com那一部分,俗称二级域名:

    avatars2.githubusercontent.com

     可以看出IP是:185.199.108.133;最后更新的日期:2022-05-31

    Local Time 2022-05-31 19:57:34-07:00
    IPv4 Addresses
    • 185.199.108.133
    • 185.199.109.133
    • 185.199.110.133
    • 185.199.111.133

    把上面的ip和域名对应起来,多个域名按照同样的方式查询。

    有条件的可以写脚本批量查询,保存本地,可以做到数据最新

  • 相关阅读:
    JavaScript之闭包
    JavaScript之原型模式
    .NET Core3.1 解决跨域问题 Startup的配置
    .NTE Core 使用Editor.md富文本编辑器上传图片
    .NET Core3.1 WebApi 配置Swagger 超详细办法
    C#添加写日志,记录单个变量
    一个让我痛不欲生的算法题
    用EF 搭建底层
    用Linq To SQL 搭建底层
    安卓端腾讯QQ-【我的电脑】下载地址
  • 原文地址:https://www.cnblogs.com/hightech/p/16333691.html
Copyright © 2020-2023  润新知