Building on Debian 11
./catalyst -t 01-toolchain.json
[ERROR] stderr:fatal: detected dubious ownership in repository at '/mnt/physix/opt/admin/physix'
To add an exception for this directory, call:
Fixed with
git config --global --add safe.directory /mnt/physix/opt/admin/physix
Building on Debian 11 ./catalyst -t 01-toolchain.json [ERROR] stderr:fatal: detected dubious ownership in repository at '/mnt/physix/opt/admin/physix' To add an exception for this directory, call:
Fixed with git config --global --add safe.directory /mnt/physix/opt/admin/physix