Hi,
the reason is a security feature of Git (added in 2022,
https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765)
that checks whether the owner of a directory matches.
As you mentioned, you are using FAT32m you need to define an exception:
<
https://weblog.west-wind.com/posts/2023/Jan/05/Fix-that-damn-Git-Unsafe-Repository>
If you know what you are doing and are the only user on your machine,
you can also disable the security check by using "*" as safe.directory.
Lastly, you also mentioned that you are using Msys2 Git, then you have
to enable the Msys2 hack to make TortoiseGit use the same config as
Msys2 Git (do NOT enable that setting for Git for Windows). Use
TortoiseGit settings -> advances settings to enable the hack and then
check TortoiseGit settings -> Git -> "View effective config" and make
sure it matches your Msys2 config. All information can be found here:
<
https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html>
Best,
Sven
Am 26.02.2026 um 16:53 schrieb John Emmas (johne53):
> I should add a couple things which might be worth considering:-
>
> 1. I did try that *git config *command but it didn't help
> 2. All my git repo's are on a FAT32 drive - and AFAIK, FAT32 doesn't
> have the concept of ownership
>
> On Thursday, February 26, 2026 at 11:26:01 AM UTC John Emmas (johne53)
> wrote:
>
> I just downloaded 64-bit TortoiseGit 2.18.0.1 (for Windows) after
> previously using a much older version. Some of my pre-existing repos
> work fine but two of them give me the attached message when I try to
> use *Show Log* :-
>
> It seems to be suggesting that these particular repo paths aren't
> owned by me. But they worked fine with my previous TortoiseGit. Any
> suggestions for how I can fix this?
>
> Capture-13.png
>
> --
> You received this message because you are subscribed to the Google
> Groups "tortoisegit-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
tortoisegit-us...@googlegroups.com
> <mailto:
tortoisegit-us...@googlegroups.com>.
> To view this discussion visit
https://groups.google.com/d/msgid/
> tortoisegit-users/58b9cc12-f066-4243-
> a1f2-97945a36f20dn%
40googlegroups.com <
https://groups.google.com/d/
> msgid/tortoisegit-users/58b9cc12-f066-4243-
> a1f2-97945a36f20dn%
40googlegroups.com?utm_medium=email&utm_source=footer>.