码迷,mamicode.com
首页 > 其他好文 > 详细

github连接报"ssh: connect to host github.com port 22: Connection timed out"错误

时间:2017-12-23 20:14:42      阅读:531      评论:0      收藏:0      [点我收藏+]

标签:asm   int   link   data-   phoenix   tis   article   描述   stat   

1. 异常


在连接github时,执行”ssh -T git@github.com” 命令时,出现

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

2. 解决方法


在存放公钥私钥(id_rsa和id_rsa.pub)的文件里,新建config文本,内容如下:

Host github.comUser YourEmail@163.comHostname ssh.github.comPreferredAuthentications publickeyIdentityFile ~/.ssh/id_rsaPort 443
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

其中User为登录github的账号名称。
再次执行”ssh -T git@github.com”时,会出现提示如下,回车”yes”即可。
技术分享图片
这时验证就可以通过。
技术分享图片

github连接报"ssh: connect to host github.com port 22: Connection timed out"错误

标签:asm   int   link   data-   phoenix   tis   article   描述   stat   

原文地址:http://www.cnblogs.com/jpfss/p/8094005.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!