derilium
(Robert Burnhope)
1
Good afternoon all, i could have sworn i have seen a fox for this error but maybe someone can point me in the right direction.
Getting a daily email from nethserver, started 3 days ago
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
[ERROR] Can’t download ipsets repository
Any thoughts and idea’s, greatly appreciated
rob
dnutan
(Marc)
2
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)
derilium
(Robert Burnhope)
3
Thanks Marc will give that a go, cheers for the help
rob