author field is required error on recipe new command #580
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you run
recipe new
, the command creates a new git repository and writes a first commit. For git to write a commit a git user and email needs to be specified. This information is taken from the usersgitconfig
. When a user did not configure a global git user and git email they get the following error message:I think we have several options:
While I'm fine with merging coop-cloud/abra#405 I do think I prefer the 2. option with a clear error message. We've slipped into implementing stuff that other tools can do better in the past. Not a good look. Thanks for pushing this along.
decentral1se referenced this issue2024-03-27 06:18:36 +00:00
decentral1se referenced this issue2024-03-28 13:54:55 +00:00