你们还能访问 github 吗?

2024-01-24 09:48:58 +08:00
 red13

前些日子直接访问 github 网页时好时坏,使用命令行 git clone 、pull 、push 完全没问题。 最近发现 github 网页完全不能访问了,git 命令也不行了。

10775 次点击
所在节点    GitHub
67 条回复
AresChang
2024-01-24 13:17:18 +08:00
前两天也是,开着魔法,网页能打开,命令打不开。应该是城墙加厚了吧,直接改 host 吧

https://github.com/521xueweihan/GitHub520
0o0O0o0O0o
2024-01-24 13:19:25 +08:00
@wk333 #6 这种工具真敢用啊?
ztxcccc
2024-01-24 13:20:20 +08:00
阿里云上推代码一直失败
Pythoner666666
2024-01-24 13:37:14 +08:00
@wei745359223 老哥是不是 推上的刘能老师
macscsbf
2024-01-24 14:31:51 +08:00
以前阿里云推拉代码都很快的,不知道怎么最近都登不上去了。
junkdude
2024-01-24 15:37:19 +08:00
git config --global http.proxy xxx...
wyl986
2024-01-24 15:43:32 +08:00
直连下:ssh 彻底不行了,github.com 网页还可以很慢地访问,raw.githubusercontent.com 网页也彻底不行了;改 host 不行,只能走代理
sjdhome
2024-01-24 15:43:41 +08:00
git clone ssh://ssh.github.com:443 还能勉强维持
sjdhome
2024-01-24 15:45:28 +08:00
hackerfans
2024-01-24 15:46:21 +08:00
北京表示 不行,也是这两星期的事
anyc007
2024-01-24 16:03:29 +08:00
去一些 ping 网站找个可以访问的 ip ,修改 hosts 就行了
JohnJackson
2024-01-24 16:17:09 +08:00
去年出过好几次 ssh 连不上的事,所以现在统一挂了代理
BUHeF254Lpd1MH06
2024-01-24 16:23:17 +08:00
一个不受监管的,自由的东西,对当局来说,实在是有点眼中钉
lucacham
2024-01-24 16:37:39 +08:00
直连不行
xuanyuanaosheng
2024-01-24 16:58:16 +08:00
最近发现的确不能了
gumuxi
2024-01-24 17:30:43 +08:00
梯子正常的情况下,不能通过 ssh push 和 pull 代码,配置下 ssh 的代理。

```shell
➜ MyNote git:(main) cat ~/.ssh/config
Host github.com
HostName github.com
User git
ProxyCommand nc -x localhost:7890 %h %p

➜ MyNote git:(main) ssh -T git@github.com
Hi toddlerya! You've successfully authenticated, but GitHub does not provide shell access.
```
user23125
2024-01-24 18:13:28 +08:00
用代理或者选择 Gitee 等国内镜像
jrqlxue
2024-01-24 19:36:49 +08:00
@listenerri #9 IP 可用


@listenerri #13 通过这个找到的 IP ping 了一个我自己当前网络延迟最短的了

203.208.39.99 github.com # 最短 = 6ms ,最长 = 10ms ,平均 = 7ms
#203.208.39.89 github.com # 最短 = 6ms ,最长 = 10ms ,平均 = 8ms
sfdev
2024-01-24 22:33:58 +08:00
确实不能了,但不知道是什么时候的事,至少几个月之前应该是可以裸连的。
just1
2024-01-25 00:17:21 +08:00
之前北京联通可以裸连,速度起飞,现在确实不行了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://yangjunhui.monster/t/1011078

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX