git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
2k stars 145 forks source link

Can not commit in game if `commit.gpgsign` is true #62

Closed kunzaatko closed 3 years ago

kunzaatko commented 3 years ago

The commit fails when git is set to sign commits with gpg. This cannot be fixed by the setup section of the levels where the first user command should be git init it can be solved in the other levels by adding git config commit.gpgsign false after the initialization.