上海古都建筑设计集团,上海办公室装修设计公司,上海装修公司高质量的内容分享社区,上海装修公司我们不是内容生产者,我们只是上海办公室装修设计公司内容的搬运工平台

解决ssh: connect to host github.com port 22: Connection timed out

guduadmin241月前

当连接 GitHub 时无法连接到 22 端口时,可以尝试将端口更换为 443

  1. 首先,尝试使用以下命令从 GitHub 克隆仓库:
$ git clone git@github.com:xxxxx/xxxx.git my-awesome-proj

如果出现以下错误信息:

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

这说明不能通过 22 端口连接到 GitHub。

2. 接下来,尝试使用以下命令测试 SSH 连接:

$ ssh -T git@github.com

如果再次出现连接超时的错误信息:

ssh: connect to host github.com port 22: Connection timed out

这意味着无法通过 22 端口进行 SSH 连接。

3. 尝试使用以下命令,将 SSH 连接的端口更改为 443:

$ ssh -T -p 443 git@ssh.github.com

如果显示以下信息:

Hi xxxx! You've successfully authenticated, but GitHub does not provide shell access.

这意味着通过 443 端口成功进行了身份验证,但 GitHub 不提供 shell 访问权限。

4. 现在,我们需要在 ~/.ssh/config 文件中覆盖 SSH 设置。使用以下命令编辑该文件:

$ vim ~/.ssh/config

在文件中添加以下内容:

# Add section below to it
Host github.com
  Hostname ssh.github.com
  Port 443

保存并关闭文件。

5. 最后,再次尝试使用以下命令进行 SSH 连接:

$ ssh -T git@github.com

如果显示以下信息:

Hi xxxxx! You've successfully authenticated, but GitHub does not provide shell access.

这意味着成功通过 443 端口进行了身份验证,并且现在可以正常连接到 GitHub。

6. 现在,您可以尝试再次克隆仓库:

$ git clone git@github.com:xxxxxx/xxxxx.git my-awesome-proj

如果显示以下信息:

Cloning into 'my-awesome-proj'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 15 (delta 0), reused 15 (delta 0), pack-reused 0
Receiving objects: 100% (15/15), 22.90 KiB | 4.58 MiB/s, done.

这意味着成功克隆了 GitHub 上的仓库。

网友评论

搜索
最新文章
热门文章
热门标签
 
 梦到还在的人去世了  死劲  女人梦见自己怀孕挺着大肚子