Issue downloading updates - Error

From which ipsets repository?

One solution is to increase the buffer used by git from the unix command by exporting this environment variable:

export GIT_HTTP_MAX_REQUEST_BUFFER=100M

You may do that once for all using the git config command:

git config --global http.postBuffer 100000000

(Source)