Am 29.01.26 um 10:37 schrieb GOMEZ, Terence:
I can't seem to be able to clone the RSBAC git repo.
When trying to do so, this error comes up : $ git clone git://rsbac.org/linux-6.18.y.git <http://rsbac.org/ linux-6.18.y.git> Cloning into 'linux-6.18.y'... remote: fatal: Out of memory, realloc failed remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: fetch-pack: invalid index-pack output
Before this error, I have "remote: Enumerating objects:" which goes up to around 10111222. I believe this is caused by ressource limitations on the server.
Could you be able to fix this ?
Unfortunately, this is a known issue I have not been able to fix so far. The git server at rsbac.org is still at 32 Bit and cannot cope with so many objects in a single Git repo. Getting the 64 Bit version onto the server is tricky, but I will have another look.
As a workaround, please clone from git.kernel.org first and then pull from rsbac.org.
Amon.