首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

GitHub 访问不了?用这个方法轻松解决

Github是全球最大的代码开源平台,许多程序员都会通过它寻找一些优质的开源项目,或者在上面托管自己创建的开源项目,从而提升自己。

不知道大家最近有没有出现这种情况,Github总是突然无法访问,解析出来的几个IP都是不定时出现tcp connect time out,而且就算连接成功了,下次在连接,相同的IP也很容易连接失败,据某位知乎大佬给出的猜测是旁路识别出SSL证书后,开始阻止新的链接,若干秒后才会解除。

还好,猿妹在Github上找到一个开源项目,就是帮助大家解决这个问题的,使用方法十分简单,小白也能操作。

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

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

使用方法

首先,你需要复制以下内容:

代码语言:javascript
复制
# GitHub520 Host Start  185.199.108.154 github.githubassets.com  140.82.114.21 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.113.4 gist.github.com  185.199.108.153 github.io  140.82.114.3 github.com  140.82.113.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.10 codeload.github.com  52.216.226.40 github-cloud.s3.amazonaws.com  52.216.162.99 github-com.s3.amazonaws.com  52.216.142.196 github-production-release-asset-2e65be.s3.amazonaws.com  52.217.97.236 github-production-user-asset-6210df.s3.amazonaws.com  52.217.194.41 github-production-repository-file-5c1aeb.s3.amazonaws.com  185.199.108.153 githubstatus.com  64.71.168.201 github.community  185.199.108.133 media.githubusercontent.com    # Update time: 2021-03-24T16:06:33+08:00  # Star me GitHub url: https://github.com/521xueweihan/GitHub520  # GitHub520 Host End 

接着,你需要去修改 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。

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

  • Windows:在 CMD 窗口输入:ipconfig /flushdns
  • Linux 命令:sudo rcnscd restart
  • Mac 命令:sudo killall -HUP mDNSResponder

是不是觉得超级简单?目前,GitHub520已经在Github上标星 4.1K,累计分支 348 个(Github地址:https://github.com/521xueweihan/GitHub520)

如果你的Github在访问时也出现图裂、或者加载缓慢等问题,不妨试试。Github520,让你重新爱上Github。

  • 发表于:
  • 原文链接http://news.51cto.com/art/202103/652739.htm
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券