Hi,
could it be that in t/34 the tempdir is initialised incorrectly?
I think that's not the problem here. https://metacpan.org/dist/Mojolicious/source/lib/Mojo/File.pm#L159 sub tempdir { __PACKAGE__->new(File::Temp->newdir(@_)) } But for the actual problem: Which git version are you running this with? We had the same problem recently with git 2.49 and fixed it with this: https://github.com/os-autoinst/os-autoinst/commit/84740beb79bfdc7b31c376e6fcdd4a6a5b036c69 This change is backwards compatible. cheers, tina