PC:~$ ssh git@github.com 
ssh: connect to host github.com port 22: Connection timed out

解决办法:(linux下)

~$ cd ~

~$ cd .ssh/

~$ touch config

在.ssh目录下创建一个config文件,输入如下内容:

Host github.com 
User xxx@163.com (你注册github时的邮箱,这里使用注册的用户名也行) 
Hostname ssh.github.com 
PreferredAuthentications publickey 
IdentityFile ~/.ssh/id_rsa 
Port 443 
可以把以上内容拷到config文件里面,注意修改你的邮箱,保存并关闭 
进行测试是否连接上github.com 
PC:~/.sshcd PC:  ssh -T git@github.com 
The authenticity of host ‘[ssh.github.com]:443 ([207.97.227.248]:443)’ can’t be established. 
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. 
Are you sure you want to continue connecting (yes/no)? y 
Please type ‘yes’ or ‘no’: yes 
Warning: Permanently added ‘[ssh.github.com]:443,[207.97.227.248]:443’ (RSA) to the list of known hosts. 
Hi zhou411424! You’ve successfully authenticated, but GitHub does not provide shell access. 
出现Hi xxx!……表示连接成功

最新文章

  1. 11月14日用AJAX、PHP、SESSION做购物车
  2. Minimum Height Trees
  3. SPOJ220 Relevant Phrases of Annihilation(后缀数组)
  4. 转:Spring中@Autowired注解、@Resource注解的区别
  5. navigationController.navigationBar.titleTextAttributes
  6. 图解MonoForAndroid开发环境搭建
  7. 为 Devops 和系统管理员提供的 400+ 免费资源
  8. JS里写入(混写)php asp
  9. JavaScipt中对DOM的理解
  10. spring加载异常
  11. java.io.File类操作
  12. 升级 WIN8.1 VC6.0和 Visual Assist 的使用问题
  13. 用markdown写博客
  14. MyBatis 返回insert操作主键
  15. 《WEB渗透一.信息收集》
  16. bzoj3277
  17. OpenGL ES 3.0片段着色器(四)
  18. 正则表达式和grep
  19. Android IO存储总结
  20. poj_2286 线段树

热门文章

  1. FusionCharts的使用方法(php)
  2. char(10)和VARCHAR(10)主要的区别是什么?
  3. 清除ASPX页面中的meta:resourceKey="[a-zA-Z0-9]+"
  4. 看看Parallel中高度封装的三个方法,Invoke,For和ForEach
  5. Java Dom解析的三个实例
  6. myBatis系列之四:关联数据的查询
  7. git pull
  8. 浅谈C++设计模式之单例模式
  9. ARC的原理详解
  10. 151003-动起来-Javascript