求助,无法从github上clone代码

git clone git@github.com:flashcatcloud/categraf.git

开了vpn的情况下,网页可以访问github,但想通过命令行clone代码的时候,就会出现报错

Cloning into 'categraf'...
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

请问是否是我的设置问题?已经购买无限速度,也没有用

貌似诸如 VPN 都对命令行无效?
参考?GitHub - islishude/shell-proxy: 在命令行工具中使用HTTP/SOCK5代理

谢谢了,我刚才稍微查了下,但还没试出什么眉目,我再去试试

你用的是什么操作系统?GEPH用的VPN模式应该是直接走路由表,不可能有“代理”不到的存在。

现在出现这个问题的是win10专业版。

听你说的我试了一下,就算开了vpn之后git for windows的命令行也依然无法ping通外网,不知道是不是我的方法问题

$ ping www.google.com.hk

Pinging www.google.com.hk [128.242.240.180] with 32 bytes of data:
Request timed out.
Request timed out.


$ ping www.youtube.com

Pinging www.youtube.com [157.240.0.18] with 32 bytes of data:
Request timed out.
Request timed out.

但这两个地址浏览器却都可以访问,挺奇怪的

ping 的 ICMP 流量不走代理, 测是否联通请用 curl

收到。。。我看一下。。。

curl试了,并不通