Skip to content

Fix crash when git doesn't have a name or email configured

Fix a crash when opening Turtle Settings if git config hasn't been set for the individual's user.name or user.email fields.

STR

  1. Remove any .gitconfig files or comment our user.name and user.email
  2. Open Turtle Settings

Actual

Crash

Expected

Empty user and email git parameters.

Merge request reports