Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6819d7f

Browse files
committed
Try out a different kind of error message
1 parent 41b9d4e commit 6819d7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/InitProjectView.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ public override void OnGUI()
8484
GUILayout.EndHorizontal();
8585

8686
EditorGUILayout.Space();
87-
EditorGUILayout.HelpBox("There was an error initializing a repository.", MessageType.Error);
87+
EditorGUILayout.HelpBox(
88+
"Name and email not set in git. Go into the settings tab and enter the missing information",
89+
MessageType.Error
90+
);
8891

8992
GUILayout.FlexibleSpace();
9093
}

0 commit comments

Comments
 (0)