码迷,mamicode.com
首页 > 其他好文 > 详细

一招教你分分秒打开Github

时间:2020-03-04 14:34:00      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:就会   info   hub   点击   ima   打开文件   文本编辑器   现在   git   

你是否听闻了Github的大名?你是否心动想要注册Github?你是否又因为访问速度慢一次又一次丧气?没事儿!跟着我这篇教程,教你分分秒打开Github!

本教程教你修改Hosts文件提高访问速度,会的人就不用往下看了。

分支

你是否安装了火绒杀毒软件?

安装过看这里

首先,打开火绒
技术图片

然后,点击安全工具
技术图片

其次,找到网络工具一栏,选择修改hosts文件
技术图片

好了,跳过下面的另一种打开方式,找到页面底部,开始寻找提高访问速率的方法吧!

没安装过看这里

打开文件夹C:\Windows\System32\drivers\etc,找到那个没有扩展名的hosts文件,用记事本打开(当然,只要是文本编辑器就行)技术图片

学会提高Github访问速度

在hosts文件中,把这些文字插入到最后一行:

# GitHub

52.74.223.119    github.com 
151.101.229.194    github.global.ssl.fastly.net
192.30.253.119    gist.github.com
151.101.184.133    assets-cdn.github.com
151.101.184.133    raw.githubusercontent.com
151.101.184.133    gist.githubusercontent.com
151.101.184.133    cloud.githubusercontent.com
151.101.184.133    camo.githubusercontent.com
151.101.184.133    avatars0.githubusercontent.com
151.101.184.133    avatars1.githubusercontent.com
151.101.184.133    avatars2.githubusercontent.com
151.101.184.133    avatars3.githubusercontent.com
151.101.184.133    avatars4.githubusercontent.com
151.101.184.133    avatars5.githubusercontent.com
151.101.184.133    avatars6.githubusercontent.com
151.101.184.133    avatars7.githubusercontent.com
151.101.184.133    avatars8.githubusercontent.com

 # GitHub End

插入GithubGithubEnd这两行注释的原因是方便管理,所以,你也可以不插入

好了,你会发现你的访问速度……

优化

你也许可以让访问速度变得更快,访问链接,找到TTL值最短的那一行,复制IP地址,把刚才写的hosts第一行52.74.223.119 github.com换成你复制下来的IP github.com

原理

也许你很想知道访问的原理,不过也许你已经知道了,我在这里简单讲述一下

众所周知(你不知道现在就知道了),Github并没有被封,只是他的DNS被封了,这对于查找Github的IP来说,比较耗时间,用这种方式,可以指定Github的IP地址,这样,速度就会快起来。

感谢你的阅读

一招教你分分秒打开Github

标签:就会   info   hub   点击   ima   打开文件   文本编辑器   现在   git   

原文地址:https://www.cnblogs.com/xuhuading/p/12409210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!