~xenrox/infrastructure#27: 
srht: Fix cloning via https

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).

Status
RESOLVED FIXED
Submitter
~xenrox
Assigned to
No-one
Submitted
10 months ago
Updated
10 months ago
Labels
bug service

~xenrox REPORTED FIXED 10 months ago

Thorben Günther referenced this ticket in commit b7ca6b5.