git kex_exchange_identification 相关问题

某天使用 git pull 从 github 拉取代码时报如下错误:

kex_exchange_identification: read: Software caused connection abort banner exchange: Connection to 20.205.243.166 port 22: Software caused connection abort fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

https://docs.github.com/zh/authentication/troubleshooting-ssh/using-ssh-over-the-https-port

配置一下 ~/.ssh/config:

复制代码
Host github.com
    Hostname ssh.github.com
    Port 443
    User git
相关推荐
乐之者v1 小时前
使用Git 要注意的
git
刘洋浪子2 小时前
Git命令学习
git·学习·elasticsearch
Chasing Aurora5 小时前
Git 工程指引(命令+问题)
大数据·git·elasticsearch·团队开发·互联网大厂
帅得不敢出门5 小时前
精简Android SDK(AOSP)的git项目提高git指令速度
android·java·开发语言·git·elasticsearch
郑州光合科技余经理6 小时前
海外版生活服务系统源码 | 外卖+跑腿一站式平台技术解析
java·开发语言·javascript·git·spring cloud·php·生活
eggrall6 小时前
《Git 入门:从 0 到 1 玩转 Gitee 仓库》 一
git·gitee
菜鸟小芯7 小时前
OpenHarmony环境搭建——01-Windows系统下安装Git
windows·git
王大渣7 小时前
git删除submodule
git
梦中_破7 小时前
调试记录:git版本更新之后导致的git push失败
git
橘色的喵8 小时前
Git/Gerrit 分支替换操作及 `(no new changes)` 错误处理
git·gerrit