Am 29.01.26 um 10:59 schrieb Amon Ott:
Am 29.01.26 um 10:37 schrieb GOMEZ, Terence:
I can't seem to be able to clone the RSBAC git repo.
...
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.
Another workaround, just tested:
git clone --depth 2500 git://git.rsbac.org/linux-6.18.y
This limits the git log to 2500 entries, only going back to 2019.
Looking at the git package again now...
Amon.