将分支推送到远程存储库时遇到错误: Git failed with a fatal error.
the remote end hung up unexpectedly
the remote end hung up unexpectedly
RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
Pushing to https://github.com/xxxxxx/center
Everything up-to-date
在git里配置
$ git config http.sslVerify "false"
重新提交
本文详细描述了在将分支推送到远程存储库时遇到的Git错误:远程端意外挂断及RPC失败的问题。提供了通过配置git以禁用ssl验证来解决此问题的方法。
1085

被折叠的 条评论
为什么被折叠?



