HomeToolsAbout

Post Buffer Size

Error Message

fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

Solution

HTTP POST buffer size determines how much data can be sent in a single HTTP POST request when pushing changes to a remote repository.

git config --global http.postBuffer 157286400
AboutContact