【问题标题】:ERROR on git push origin master - error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10053 fatal:git push origin master 上的错误 - 错误:RPC 失败; curl 56 SSL读取:错误:00000000:lib(0):func(0):reason(0),错误10053致命:
【发布时间】:2017-02-17 06:55:17
【问题描述】:

在将更改推送到源/主服务器时,我遇到了以下错误。 错误:RPC 失败; curl 56 SSL读取:错误:00000000:lib(0):func(0):reason(0),errno 10053 致命:远端意外挂断 致命:远端意外挂断 一切都是最新的 enter image description here

我遵循了类似的错误页面Git push error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal,但没有任何帮助。此页面上提供的解决方案对我不起作用。 任何提示都非常感谢!

【问题讨论】:

  • Windows 错误 10053 是“连接中止”。这是系统告诉您服务器(不是您自己的计算机,而是连接的 另一端 端)在说“走开,不要打扰我”的方式。你必须弄清楚为什么。一个好的第一步是弄清楚。然后找一个负责“谁”的人,问他们
  • @torek 非常感谢 :)

标签: git curl git-commit github-for-windows


【解决方案1】:

主要是因为你糟糕的互联网连接。

【讨论】:

    猜你喜欢
    • 2016-12-12
    • 2017-01-23
    • 2016-04-01
    • 2016-03-03
    • 1970-01-01
    • 2018-04-11
    • 1970-01-01
    • 1970-01-01
    • 2015-06-15
    相关资源
    最近更新 更多