git clone: error: RPC failed; result=56, HTTP code = 200

git clone an project from github:

remote: Counting objects: 576, done.
error: RPC failed; result=56, HTTP code = 200 | 5.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Solution:
git config –global http.postBuffer 524288000

你可能感兴趣的:(git clone: error: RPC failed; result=56, HTTP code = 200)