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

ssh连接github连不上

时间:2017-04-26 20:31:39      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:get   image   post   time   targe   内容   www   port   log   

连接github报端口22连接不上:

技术分享

输入命令展示出ssh_config内容后:

vim /etc/ssh/ssh_config

修改Port:443

输入命令:ssh -T -p 443 git@ssh.github.com查看是否链接成功

然后加上:

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

输入命令:ssh -T git@github.com查看是否链接成功

借鉴文章链接:http://www.inanzzz.com/index.php/post/wa1f/solution-for-ssh-connect-to-host-github-com-port-22-connection-timed-out-error

 

ssh连接github连不上

标签:get   image   post   time   targe   内容   www   port   log   

原文地址:http://www.cnblogs.com/eyunhua/p/6770399.html

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