【发布时间】:2020-01-20 18:43:54
【问题描述】:
在运行git push -u origin master 时,我意外收到一条错误消息。我曾尝试推送到 Github 和 Gitlab。我得到同样的错误。
error: unable to rewind rpc post data - try increasing http.postBuffer
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
当我尝试运行git add . 和git commit -m "commit image" 时没问题。
我提交的数据是单独的图像。图像文件超过 41,000 个。
【问题讨论】: