Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install-pn-test-server for recent Git security issues (#2323)
A recent-ish security update (git 1:2.39.5-0+deb12u1) broke the ability to clone a local directory that is owned by another user. This broke `ssh-install-pn-test-server`: ``` Cloning into bare repository 'physionet-build.git'... fatal: detected dubious ownership in repository at '/tmp/physionet-tmp.git' To add an exception for this directory, call: git config --global --add safe.directory /tmp/physionet-tmp.git fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
- Loading branch information