github鏈接報"ssh: connect to host github.com port 22: Connection timed out"錯誤

1. 異常


在鏈接github時,執行」ssh -T Git@github.com」 命令時,出現github

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

 

2. 解決方法


在存放公鑰私鑰(id_rsa和id_rsa.pub)的文件裏,新建config文本,內容以下:markdown

Host github.com
User YourEmail@163.com
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443

 

其中User爲登陸github的帳號名稱。 
再次執行」ssh -T git@github.com」時,會出現提示以下,回車」yes」便可。 
這裏寫圖片描述 
這時驗證就能夠經過。 
這裏寫圖片描述ssh

 

 

文章轉載至:http://blog.csdn.net/vosang/article/details/50499300spa

相關文章
相關標籤/搜索