GitHub

GitHub 搜索技巧

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 按照项目名/仓库名搜索(大小写不敏感)
in:name xxx
# 按照README搜索(大小写不敏感)
in:readme xxx
# 按照description搜索(大小写不敏感)
in:description xxx
# stars数大于xxx
stars:>xxx
# forks数大于xxx
forks:>xxx
# 编程语言为xxx
language:xxx
# 最新更新时间晚于YYYY-MM-DD
pushed:>YYYY-MM-DD
# 例子:
in:name symfony stars:>500 forks:>100

GitHub 访问慢

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 打开 https://ipaddress.com/
# 搜索 github.global.ssl.fastly.net、github.com、avatars0. githubusercontent.com 的IP, 并添加至 hosts
#GitHub
199.232.69.194 github.global.ssl.fastly.net
140.82.114.4 github.com
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
199.232.68.133 avatars0.githubusercontent.com
199.232.68.133 avatars1.githubusercontent.com
199.232.68.133 avatars2.githubusercontent.com
199.232.68.133 avatars3.githubusercontent.com
199.232.68.133 avatars4.githubusercontent.com
199.232.68.133 raw.githubusercontent.com
199.232.96.133 camo.githubusercontent.com
0%