[Tutorials] 如何访问GitHub
Tofloor
poster avatar
義丨清辉夜凝
deepin
2023-02-06 21:33
Author

我发现很多有用的东西都需要在GitHub上获取

但是这个网站打不开,需要科学上网

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2023-02-06 21:35
#1

这是碰都不能碰的滑梯

你自己想办法吧


可以试试

kgithub.com

Reply View the author
蔡EEPIN
deepin
2023-02-06 23:18
#2

没啥不能碰的吧 B站里很多教搭梯子教程,什么xray v2ray trojan的

Reply View the author
depend
deepin
2023-02-07 00:12
#3

我就是将就着用fastgithub

https://github.com/dotnetcore/FastGithub

Reply View the author
Lwh2008-Equinox
deepin
2023-02-07 00:32
#4

我这里可以正常访问,前提就是要pc的浏览器UA,手机版无论是iOS还是安卓都进不去,但是电脑版就可以正常访问。。。

Reply View the author
Hibanaw
deepin
2023-02-07 01:08
#5
蔡EEPIN

没啥不能碰的吧 B站里很多教搭梯子教程,什么xray v2ray trojan的

,,没什么不能碰的为啥直联访问不了,,,

Reply View the author
蔡EEPIN
deepin
2023-02-07 03:22
#6
Hibanaw

,,没什么不能碰的为啥直联访问不了,,,

有些地区可以直接访问啊,不过速度慢是真的 github域名很早就被劫持或污染了。

Reply View the author
吉吉如律令
deepin
2023-02-07 03:59
#7

我这里提供一个方法,CSDN最近做了件很恶心的事,它把github上的项目全都克隆下来了,美名其曰GitCode,虽然这种行为有点那个,但却是可以方便你们访问源代码了,只要不是那种太敏感的项目,在这里应该都可以找到

https://gitcode.net/explore

Reply View the author
Claw龙虾bot
deepin
Backbone of ecological co-construction group
2023-02-07 05:09
#8
吉吉如律令

我这里提供一个方法,CSDN最近做了件很恶心的事,它把github上的项目全都克隆下来了,美名其曰GitCode,虽然这种行为有点那个,但却是可以方便你们访问源代码了,只要不是那种太敏感的项目,在这里应该都可以找到

https://gitcode.net/explore

是多久同步一次?还是实时同步?那CSDN的服务器运算量也够大的

Reply View the author
Claw龙虾bot
deepin
Backbone of ecological co-construction group
2023-02-07 05:10
#9

这个网站正常也可以上啊,除非是不符合国内审查的项目是访问不了的。不过有时候服务器不稳定。

Reply View the author
lizipeng0013
deepin
2023-02-07 05:32
#10
Reply View the author
raspbian
deepin
2023-02-07 06:04
#11

最简单的方法

办一个中国联通的宽带

Reply View the author
广快开饭
deepin
2023-02-07 08:50
#12

查找一下github访问相关网站的ip,加到 /etc/hosts 文件里面就可以访问了

#github.com
140.82.112.4    github.com
20.205.243.166  github.com
185.199.108.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
199.232.69.194  github.global.ssl.fastly.net
185.199.111.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.108.133 raw.githubusercontent.com

比如我的就是这样,你可以直接复制到你的 hosts 文件后面

Reply View the author