eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Fix broken test with git versions >= 2.35.2 #321 #322

Closed pa-lun closed 2 years ago

pa-lun commented 2 years ago

As a result of a fix in git for CVE-2022-24765 tests seems to fail on git versions from 2.35.2

For these to work the working directory has to be added as a git safe directory.