This note explains how to fix a broken git-secrets installation that causes project creation errors.
You see one of the following error dialogs when creating a project.
This is caused by git-secrets being installed and configured to be used globally on your machine, but not working properly.
There are 2 solutions to this issue. Either of them will fix this problem.
Reinstall git-secrets properly, following the instructions on git-secrets' github page.
Using a shell, change the current directory to the github repo directory of git-secrets and issue the following command
make install
Using PowerShell, change the current directory to the Github repo directory of git-secrets and issue the following command
cd git-secrets
./install.ps1
The avove instructions are excerpts from the git-secrets Github page for your convenience. More reliable installation instructions can be found on git-secrets' Github page.
If you are seeing this error, git is most likely configured to use git-secret for every new git repository it creates, including Exploratory's projects. To prevent this for future projects, issue the following git command
git config --global --unset init.templateDir