github push error ---- recursion detected in die handler

错误提示如下:

1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 New Bitmap Image.bmp
Counting objects: 22, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (21/21), done.
error: RPC failed; result=55, HTTP code = 200
fWatal: The remote end hung up unexpectedly
Writing objects: 100% (21/21), 1.64 MiB | 738 KiB/s, done.
Total 21 (delta 6), reused 0 (delta 0)
fatal: recursion detected in die handler
Everything up-to-date

解决:

git config --global http.postBuffer 524288000
原文地址:https://www.cnblogs.com/yuyutianxia/p/3485016.html