Hi Keith,
answer inline:
On Fri, 2 Sep 2022, Keith Scarfe wrote:
> Seems to be to do with 'dubious ownership'.
> I get 'fatal: detected dubious ownership in repository'
>
> I have tried this:
> git config --global --add safe.directory '*'
In which terminal? Git Bash? Or CMD? If the latter, I understand, because
CMD does not treat the single quotes as quotes, but as part of the
string that is then written verbatim to your config.
If you run `git config -e --global`, you should see something like this:
[safe]
directory = *
but I suspect that you are seeing something like this instead, which is
not what you want:
[safe]
directory = '*'
Ciao,
Johannes
> --
> You received this message because you are subscribed to the Google Groups "git-for-windows" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
git-for-windo...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/git-for-windows/12dbe6ed-4dd6-40ba-b641-fec0fe33f7a1n%40googlegroups.com.
>