Currently cloning of public repositories via https is failing:
fatal: unable to access 'https://git.xenrox.net/~xenrox/foo/': The requested URL returned error: 500
From the logs of fcgiwrap
:
fatal: detected dubious ownership in repository at '/var/lib/git/~xenrox/foo'
To add an exception for this directory, call:
git config --global --add safe.directory '/var/lib/git/~xenrox/foo'
This forced check got introduced between git-2.44.0
(which works fine) and git-2.45.1
(which does not).
Thorben Günther referenced this ticket in commit b7ca6b5.