使用 Egit 推送时出错:"Connection reset by peer: socket write error"

Error during push using Egit: "Connection reset by peer: socket write error"

尝试使用 Egit 将分支推送到我拥有的存储库时,出现以下错误:

Can't connect to any repository: https://github.com/name/rep.git (https://github.com/name/rep.git: Connection reset by peer: socket write error)

使用:

Eclipse 版本:2020-03 (4.15)
构建 ID:I20200305-0155

Eclipse EGit Git Eclipse 5.7.0.202003110725-r 集成 org.eclipse.egit

remote repository view中可以看到使用的URL,如果需要使用SSH进行测试,可以修改

但首先要检查,如 in here,安全存储中保存的密码是否与键入的密码不匹配。
参见

Window > Preferences > Security > Secure Storage > Contents Tab > [Default Secure Storage] > GIT 

从那里,您应该能够检查是否存储了 github.com 的密码。

我不得不再次下载 Eclipse,安装 EGit,加载工作区,然后推送工作照常进行。安装好像出问题了

现在打开旧安装也可以了。