hexo

通过ssh github验证key是否可用:

   
   
1
$ ssh -T git@github.com


ssh: connect to host github.com port 22: Connection refused

Add the following to your ./.ssh/config:

host github.com
    hostname ssh.github.com
    port 443

This forces ssh over https for github

posted on 2014-10-29 10:17  没有什么能够阻挡  阅读(195)  评论(0编辑  收藏  举报

导航