使用 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)
- 凭据正确。
- 发生在我尝试推送到该存储库的所有分支上。
- 我可以连接到 GitHub 上的存储库。
- 推送到 95-96% 失败。
- 我之前能够推送到那个存储库。不确定发生了什么变化。
使用:
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,加载工作区,然后推送工作照常进行。安装好像出问题了
现在打开旧安装也可以了。
尝试使用 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)
- 凭据正确。
- 发生在我尝试推送到该存储库的所有分支上。
- 我可以连接到 GitHub 上的存储库。
- 推送到 95-96% 失败。
- 我之前能够推送到那个存储库。不确定发生了什么变化。
使用:
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,加载工作区,然后推送工作照常进行。安装好像出问题了
现在打开旧安装也可以了。