如何科学使用 GitHub 服务
首先说明一下, 这里的 科学
是 如何科学上网
中的意思, 本篇并不介绍如何使用 GitHub
服务
在检测输入栏中输入需要科学使用的网址, 如: github.com (opens new window)
把检测列表里可以
ping
通的IP
输入到hosts
里,并对应写上github
官网域名, 如:192.30.253.118 gist.github.com
各个系统 host 所在文件夹:
Windows 系统位于 C:\Windows\System32\drivers\etc\ Android(安卓)系统hosts位于 /etc/ Mac(苹果电脑)系统hosts位于 /etc/ iPhone(iOS)系统hosts位于 /etc/ Linux 系统 hosts 位于 /etc/ 绝大多数 Unix 系统都是在 /etc/
1
2
3
4
5
6
7
8
9
10
11如果修改后提示没有管理员权限, 可以拷贝
hosts
文件到别的目录下, 修改完后替换即可; 或者直接使用命令行加sudo
修改如果
hosts
没有生效:Windows 开始 -> 运行 -> 输入 cmd -> 在 CMD 窗口输入: ipconfig /flushdns Linux 终端输入: sudo rcnscd restart Mac OS X 终端输入: sudo killall -HUP mDNSResponder 其他: 断网, 再开网; 终极方法: 重启机器;
1
2
3
4
5
6
7
8
9
10
11一些常用的
hosts
:204.232.175.78 documentcloud.github.io (opens new window)
207.97.227.239 github.com (opens new window)
192.30.253.118 gist.github.com (opens new window)
192.30.253.119 gist.github.com (opens new window)
107.22.3.110 githubstatus.com (opens new window)
204.232.175.78 services.github.com (opens new window)
快到飞起!一键搞定 GitHub 下载加速! · Issue #29 · HenryTSZ/hello-world (opens new window)
个人自测可用的:
### GitHub Start ###
151.101.56.133 avatars.githubusercontent.com
151.101.56.133 avatars0.githubusercontent.com
151.101.56.133 avatars1.githubusercontent.com
151.101.56.133 avatars2.githubusercontent.com
151.101.56.133 avatars3.githubusercontent.com
151.101.56.133 avatars4.githubusercontent.com
151.101.56.133 avatars5.githubusercontent.com
151.101.56.133 avatars6.githubusercontent.com
151.101.56.133 avatars7.githubusercontent.com
151.101.56.133 avatars8.githubusercontent.com
151.101.56.133 camo.githubusercontent.com
151.101.56.133 cloud.githubusercontent.com
151.101.56.133 gist.githubusercontent.com
151.101.56.133 marketplace-screenshots.githubusercontent.com
151.101.56.133 raw.githubusercontent.com
151.101.56.133 repository-images.githubusercontent.com
151.101.56.133 user-images.githubusercontent.com
140.82.113.3 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com
### GitHub End ###
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
编辑 (opens new window)
上次更新: 9/8/2021, 9:01:58 AM
- 01
- 搭配 Jenkins 实现自动化打包微前端多个项目09-15
- 02
- 自动化打包微前端多个项目09-15
- 03
- el-upload 直传阿里 oss 并且显示自带进度条和视频回显封面图06-05