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
相关推荐
星哥说事3 小时前
如何将堡塔云WAF迁移到新的服务器
服务器·git·github
阿政一号7 小时前
Git版本控制器
git
妮妮喔妮9 小时前
SSH协议的GIT转换
运维·git·ssh
今禾10 小时前
Git 日常使用与面试考点详解:从入门到精通
前端·git·面试
Data_Adventure1 天前
能连上 GitHub(SSH 验证成功),却 push 失败?常见原因与逐步解决方案
前端·git·github
间彧1 天前
如何解决Git客户端下载缓慢问题
git
Tearstornbyrain1 天前
在Ubuntu24.04中使用ssh连接本地git仓库到github远程仓库
linux·git·ubuntu·ssh·github
四七伵1 天前
一次 Git Rebase 事故,让我彻底明白 Rebase 和 Merge 的区别
git·后端
霖002 天前
FPGA的PS基础1
数据结构·人工智能·windows·git·算法·fpga开发
盗骊2 天前
Git rebase
git