FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.41k stars 637 forks source link

Tests use file base submodules which are now considered insecure by git #1539

Closed campersau closed 1 year ago

campersau commented 1 year ago

Workaround by either specifying -c protocol.file.allow=always when running a git command or configure it globally git config --global protocol.file.allow always