当前位置:   article > 正文

git代码上传Github出现timeout。ssh: connect to host github.com port 22: Connection timed outfatal: Could not_ssh拉代码提交不了超时

ssh拉代码提交不了超时

问题描述

ssh: connect to host github.com port 22: Connection timed outfatal: Could not read from remote repository.

Please make sure you have the correct access rightsand the repository exists.

当我在上传本地的笔记到Github仓库时,出现连接超时:

image-20240117193802174

原因描述:访问Github连接超时

image-20240117193933046


解决方案

步骤一:找到hosts文件

image-20240117193850919

步骤二:添加一条Github的域名与ip地址的映射,当我们去访问Github的时候就会优先去访问这个IP地址。

140.82.112.3 github.com
  • 1

添加到末尾即可:

image-20240117194034858

接下来我们再次尝试提交代码到Github,提交成功!

image-20240117194058869


参考博客

[1]. ssh: connect to host github.com port 22: Connection timed out【已解决】ssh -T git@github.com(报22端口错误)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/514071
推荐阅读
相关标签
  

闽ICP备14008679号