记录git报错之ssh: connect to host port 22: Connection refused

 

 如图所示:报端口port22错误

 

 

网上解决办法:

办法一:

修改host
首先到 ipaddress 输入 github.com 查找到其IP地址
将查到的IP地址和网址映射放到你的本地 hosts 文件中即可,例子:140.82.112.4 github.com
windows下 host 默认地址: C:\Windows\System32\drivers\etc

 

 

办法二:

vim ~/.ssh/config
Host github.com  
User xxxxx@xx.com  
Hostname ssh.github.com  
PreferredAuthentications publickey  
IdentityFile ~/.ssh/id_rsa  
Port 443

 

我的解决办法:

关闭加速器

posted @ 2022-08-26 17:12  Ynline  阅读(1326)  评论(0编辑  收藏  举报