今天想把前几天写的 blog push 到 GitHub 上,但是 git 报以下错误:
$ git push -u origin main
kex_exchange_identification: read: Connection reset by peer
Connection reset by 20.205.243.166 port 22
fatal: Could not read from remote repository.
以为是 ssh key 的问题重新生成了 key 并添加到 GitHub 上,然而并没有起作用,尝试 ssh 测试,报错。
$ ssh -T [email protected]
kex_exchange_identification: read: Connection reset by peer
Connection reset by 20.205.243.166 port 22
是不是我的账号出问题了?