gpt4 book ai didi

git - ssh:连接到主机 github.com 端口 22:连接超时

转载 作者:IT王子 更新时间:2023-10-29 01:21:20 35 4
gpt4 key购买 nike

我在代理下,我已经成功地推送到 git 了一段时间。
现在突然不能 push 到 git 了。
我已经设置了 RSA key 和代理并仔细检查了它们,但没有用,而且 git 向我抛出页面标题中显示的错误。

最佳答案

对于我的情况,建议的解决方案均无效,所以我尝试自己修复它并解决了它。

对我来说,我在我的 AWS EC2 UBUNTU 实例上遇到这个错误,我为解决它所做的是编辑 ssh 配置(如果它不存在则添加它)。

sudo nano ~/.ssh/config

我添加了以下内容

Host github.com
Hostname ssh.github.com
Port 443

然后,运行命令 ssh -T git@github.com 确认问题是否已解决。

根据 this

Sometimes, firewalls refuse to allow SSH connections entirely. If using HTTPS cloning with credential caching is not an option, you can attempt to clone using an SSH connection made over the HTTPS port. Most firewall rules should allow this, but proxy servers may interfere

希望这对遇到与我相同问题的其他人有所帮助。

关于git - ssh:连接到主机 github.com 端口 22:连接超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15589682/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com