-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rush] Unable to initiate working in rushstack repo (using "rush update") #3658
Comments
I probably should learn how to read:
I know how to overcome the problem but I do have an email configured so I think my issue is still relevant? Also I still hope to have some insight about my overall question regarding the documentation and how I could be helpful for this project and how I could learn beyond what the documentation explains... |
The error message is saying that your email doesn't match the expected pattern (which is This repo (https://github.com/microsoft/rushstack) requires that users use their GitHub username pseudo-emails to avoid someone accidentally making a commit and including their personal or work email in the Git history. See docs here: https://rushjs.io/pages/maintainer/setup_policies/#allowedemailregexps-avoiding-private-e-mail-addresses |
oh oops, thanks (I was reading without my eyes sorry)... |
I feel pretty doomed
I am trying my best to quickly learn how to use that stack and it seems that I am falling into a deep rabbit hole... I do not really know if my complaints are valuable for you I want it to work for me but at the same time, I want to bring constructive pieces of information about my experience. I hope I did not overlook something obvious as I have opened a few complaints 😅 issues in the last 2 days.
Summary
I am getting an error message despite apparently following what it is asked in the error message:
Repro steps
After
gh repo clone microsoft/rushstack; cd rushstack
did
rush update
with:
git config --get --local user.email
git config --get --local user.name
Expected result:
Starting "rush update"
Actual result:
Aborting, so [ I ] can go fix [ my ] settings.
Details
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: