We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99a81a commit 6e05036Copy full SHA for 6e05036
go_cli.py
@@ -143,10 +143,8 @@ def get_user_id():
143
if response in ["n", "no"]:
144
user_id = generate_random_uid()
145
except Exception as e:
146
- print(f"Git not installed. Unable to import userid from Git.")
147
- print(f"Will use a random user-id.")
148
- print("Try running:\n")
149
- print("git config --global user.email <your_email>\n\n")
+ print(f"Unable to import userid from Git. Git not installed or git user.email not configured.")
+ print(f"Will use a random user-id. \n")
150
151
print(WELCOME_TEXT)
152
0 commit comments