SAP-samples / SAP-samples/ui5-advanced-exercises-codejam
template creator failed if there isn't any global git user/email
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
After running "yo easy-ui5 project project" error message on console:
✖ An error occured while running ui5-project:project#end
Error easy-ui5 project project
Command failed with exit code 128: git commit --quiet --allow-empty -m 'Initialize repository with easy-ui5'
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <xxx@xxx.localdomain>) not allowed
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing yo easy-ui5 project project without global Git user.name or user.email, then inspect the template creator's end step where git commit --quiet --allow-empty runs. The work is done when project generation succeeds or reports a clear, handled identity requirement without the fatal Git error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100