On Sat, Sep 13, 2025 at 07:38:53PM -0800, Marc-Jano Knopp wrote: > $ git clone myuser@my.server:/git/main/test.git > Cloning into 'test'... > fatal: detected dubious ownership in repository at '/git/main/test.git' > To add an exception for this directory, call: > > git config --global --add safe.directory /git/main/test.git > fatal: Could not read from remote repository. it is a little confusing, but the message comes from the git command running in "my.server". doest it work if you run the same command after first doing ssh with "myuser" account into "my.server"? Carlo