0
点赞
收藏
分享

微信扫一扫

【git】“ssh:connect to host github.com port 22: Connection timed out“问题的解决

老北京的热干面 2022-04-25 阅读 257
git
  1. 打开.ssh/config文件
  2. 22端口改443端口
  3. 运行ssh -T git@github.com 输入yes
    在这里插入图片描述
举报

相关推荐

0 条评论