有谁知道github镜像站点?
Tofloor
poster avatar
linux000
deepin
2020-03-30 06:17
Author
本帖最后由 linux000 于 2020-3-29 22:22 编辑

http://github-mirror.bugkiller.org
这一个已经进不去了,github源网站我这边网络进不去的。还有其他的github镜像网址吗?有的话告知一下,感谢。
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
NSFW
deepin
2020-03-30 06:26
#1
官网正确地址:https://github.com/
Reply View the author
avatar
走钢丝
deepin
2020-03-30 06:33
#2
DNS污染哪,可以在 /etc/hosts 中添加下 github 的 IP 地址和域名的对应关系。

sudo dedit /etc/hosts

然后在最后添加如下内容:

52.74.223.119 github.com
203.208.39.99 github.com

52.74.223.119 https://bbs.deepin.org/module
203.208.39.99 https://bbs.deepin.org/module

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.5.194 github.global.ssl.fastly.net

140.82.114.9 codeload.github.com

最后执行 sudo /etc/init.d/networking restart
Reply View the author
avatar
linux000
deepin
2020-03-30 07:35
#3
https://bbs.deepin.org/post/190348
DNS污染哪,可以在 /etc/hosts 中添加下 github 的 IP 地址和域名的对应关系。

sudo dedit /etc/hosts

谢谢,不过试了下,依然没用。
Reply View the author
avatar
linux000
deepin
2020-03-30 07:37
#4
https://bbs.deepin.org/post/190348
官网正确地址:https://github.com/

知道,官网我进不了,就算能进也不能下载。之前我一直用这镜像网站来着。
Reply View the author
avatar
archlte
deepin
2020-03-30 19:26
#5
这段时间github好像被劫持了
Reply View the author
avatar
走钢丝
deepin
2020-03-30 19:46
#6
https://bbs.deepin.org/post/190348
谢谢,不过试了下,依然没用。

可以在专门查域名主机地址的网站上查查对应域名在你所在地区可用的 IP 地址,然后测试下 443 80 端口是否可用,最后替换刚添加的那些对应关系。
我这边选的是湖南联通、山东联通可用的地址。
Reply View the author
Comments
linux000
2020-03-30 22:45
嗯,我广东移动的,不过你楼下有github镜像网了。
avatar
Feng Yu
deepin
2020-03-30 20:38
#7
本帖最后由 abcfy2 于 2020-3-30 12:45 编辑

https://greasyfork.org/zh-CN/scr ... F%E4%B8%8B%E8%BD%BD 用这个油猴脚本,自动更新可用的github镜像,从clone到download都有
从脚本执行效果来看,当前还可用的github页面镜像: https://github.com.cnpmjs.org (cnpmjs.org似乎是淘宝的镜像站)

github release镜像: https://github.wuyanzheshui.workers.dev/

另外raw.githubusercontent.com的镜像可以考虑直接用jsdelivr镜像: https://www.jsdelivr.com/
Reply View the author
Comments
linux000
2020-03-30 22:40
好的,就是这个,非常感谢。
avatar
不避风云
deepin
2020-03-30 20:38
#8
包括下载,电信移动都卡的半死,唯独联通牛
Reply View the author
avatar
linux000
deepin
2020-03-30 22:46
#9
https://bbs.deepin.org/post/190348
包括下载,电信移动都卡的半死,唯独联通牛

移动
Reply View the author
avatar
linux000
deepin
2020-03-30 22:49
#10
https://bbs.deepin.org/post/190348
这段时间github好像被劫持了

有这个的原因,8楼的方法可以解决。
Reply View the author
avatar
yiqing
deepin
2020-04-02 22:09
#11
试试码云,可能会有收录需要的仓库
Reply View the author
avatar
海天鹰
deepin
2020-04-02 22:20
#12
这个必须有
Reply View the author
avatar
yexiaoqi
deepin
2020-04-04 05:47
#13
本帖最后由 yexiaoqi 于 2020-4-3 21:51 编辑
  1. # GitHub Start
  2. 192.30.253.112     github.com
  3. 192.30.253.119     gist.github.com
  4. 185.199.111.154    github.githubassets.com
  5. 151.101.184.133    assets-cdn.github.com
  6. 151.101.184.133    raw.githubusercontent.com
  7. 151.101.184.133    gist.githubusercontent.com
  8. 151.101.184.133    cloud.githubusercontent.com
  9. 151.101.184.133    camo.githubusercontent.com
  10. 151.101.184.133    avatars0.githubusercontent.com
  11. 151.101.184.133    avatars1.githubusercontent.com
  12. 151.101.184.133    avatars2.githubusercontent.com
  13. 151.101.184.133    avatars3.githubusercontent.com
  14. 151.101.184.133    avatars4.githubusercontent.com
  15. 151.101.184.133    avatars5.githubusercontent.com
  16. 151.101.184.133    avatars6.githubusercontent.com
  17. 151.101.184.133    avatars7.githubusercontent.com
  18. 151.101.184.133    avatars8.githubusercontent.com
  19. # GitHub End
Copy the Code
之前用这个是解决图片加载问题的,下载的话还是看资源,热度高的下载快,实在不行就挂梯子。话说前几天访问快得很,这两天貌似又慢下来了
Reply View the author
avatar
heham
deepin
2020-04-04 06:35
#14
那么奇怪了,我这里电信联通都可以正常
Reply View the author
Comments
linux000
2020-04-04 08:00
我移动的。然后可能也因为广东地区网络路由节点较多。。。
avatar
linux000
deepin
2020-04-04 07:58
#15
https://bbs.deepin.org/post/190348
之前用这个是解决图片加载问题的,下载的话还是看资源,热度高的下载快,实在不行就挂梯子。话说前几天访问 ...

感谢回复,我的问题已解决。你的网站我这边只有几个能ping通,然后没一个能获取到下载链接,哈哈哈。https://github.wuyanzheshui.workers.dev/ 无需梯子, 镜像网站下载畅通。
Reply View the author
avatar
heham
deepin
2020-04-12 05:35
#16
不能高兴早了,这几天极其不稳,慢的时候几kb甚至直接无法连接,挂xx才行
Reply View the author
avatar
电脑迷
deepin
2020-04-20 17:32
#17
The user is banned, and the content is hidden.
avatar
linux000
deepin
2020-04-20 18:47
#18
https://bbs.deepin.org/post/190348
在家还凑合能打开,在公司就打不开了,镜像站在公司也打不开。。。

镜像下载也不行了,挂xx吧。
Reply View the author
avatar
ShineWay
deepin
2020-04-20 19:25
#19
https://bbs.deepin.org/post/190348
镜像下载也不行了,挂xx吧。

使用DoH+ESNI直连的稳定性非常高。

在Firefox上开启DoH和ESNI
点击火狐右上角的“三条杠”,选择首选项,拉到网络设置, 开启 基于https的dns,默认cloudflare,你也可以填下面提供的,确认退出。
设置ESNI。在Firefox的地址栏里输入about:config 回车,接下来可以看到警告提示,点【接受风险并继续】就可以高级首选项,搜索 esni 默认情况下,“network.security.esni.enabled”选项为false。点一下按钮,让这个选项变成“true”就可以了

来源:知乎 链接:https://www.zhihu.com/question/382718053/answer/1107698817

另推荐一个国内加密dns服务, https://www.rubyfish.cn/dns/solutions/   注册付费之后可以用个性化设置

https://bbs.deepin.org/user/115789  linux000
Reply View the author
avatar
linux000
deepin
2020-04-20 19:33
#20
https://bbs.deepin.org/post/190348
使用DoH+ESNI直连的稳定性非常高。

在Firefox上开启DoH和ESNI

老哥,谢了。我进得了网,只是下载慢。
Reply View the author
1 / 2
To page