I have a Local git server where a repository is setyup to be used with multiple users.
So I ran into the error about ownership not being correct.
I tried adding the safe url to gitconfig
but Sourcetree keeps complaining about the unsafe directory
What else can I do ?
Running on MacOS
gitconfig:
[safe]
directory = *
Hi @Ronald Blaas ,
did u try to go to specific repo and run the following command
git config --global --add safe.directory "$(pwd)"
pwd is the absolute path
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.