【发布时间】:2016-07-14 15:58:01
【问题描述】:
我使用 Ubuntu 16.04。当我想 git push origin master 我得到:
error: RPC failed; curl 56 GnuTLS recv error (-12): A TLS fatal alert has been received.
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
【问题讨论】:
-
我不知道发生了什么,但我将输出设置为更详细,并且不知何故它起作用了。
export GIT_TRACE_PACKET=1; export GIT_TRACE=1; export GIT_CURL_VERBOSE=1可能与此无关,但查看详细输出可能会有所帮助,以便您查明问题。 -
类似问题。错误:RPC 失败; curl 56 GnuTLS recv 错误(-54):拉取错误
-
请参考这个链接,他是英雄。 stackoverflow.com/a/52530617/794765