📌  相关文章
📜  错误:RPC失败; curl 56 libressl ssl_read: ssl_error_syscall, errno 54 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:50.995000             🧑  作者: Mango

代码示例1
Look here: https://flyingtomoon.com/2011/04/12/git-push-is-failed-due-to-rpc-failure-result56/

The problem is most likely because your git buffer is too low.

You will need to increase Git’s HTTP buffer by setting the git config var “http.postBuffer” to 524288000.

git config http.postBuffer 524288000