非程序员,在网上看教程想自己搭一个博客,用的 github+hexo。 检测 github 公钥的时候 port 22 失败换成了 port 443 成功验证公钥。 用 hexo init 命令的时候显示 Failed to connect to github.com port 443 time out,不知道如何解决。 尝试在 hexo 中下载文件到本地可行,但是最后部署到自己的 github 上是同样 failed。 win10 连接梯子。
1
DGideas 2020-02-05 16:09:32 +08:00
确认一下你的网络环境是否“畅通”?
|
3
DGideas 2020-02-05 20:19:00 +08:00 1
@68 听起来你在使用 SOCKS 代理而不是全局梯子( VPN ),由于没有更多信息,你所说的“Failed to connect to github.com port 443 time out”问题我还是倾向于网络环境问题。
如果你需要一个全局梯子排除下是否是网络问题,欢迎通过个人资料页中的方式联系我 |
4
ysc3839 2020-02-06 06:33:38 +08:00 via Android
有给 git 配置代理吗?
https://www.v2ex.com/t/641227#r_8529977 |