Hi,
I just got my git account joining into LLVM. When I tried a test push, I got
git push origin HEAD:master --dry-run
Username for ‘https://github.com’: stephan-yichao-zhao
Password for ‘https://stephan-yichao-zhao@github.com’:
remote: Invalid username or password.
fatal: Authentication failed for ‘https://github.com/llvm/llvm-project.git/’
The page says “Your first commit to a repository may require the autogenerated email to be approved by a moderator of the mailing list. This is normal and will be done when the mailing list owner has time.”
Do we have any instructions to follow about this?
Hi,
I just got my git account joining into LLVM. When I tried a test push, I got
git push origin HEAD:master --dry-run
Username for ‘https://github.com’: stephan-yichao-zhao
Password for ‘https://stephan-yichao-zhao@github.com’:
remote: Invalid username or password.
fatal: Authentication failed for ‘https://github.com/llvm/llvm-project.git/’
The page says "Your first commit to a repository may require the autogenerated email to be approved by a moderator of the mailing list. This is normal and will be done when the mailing list owner has time."
That ^ is probably separate from your commit issues. The autogenerated
emails are after-the-fact once the commit is made, then it'll bounce
and someone'll have to approve it.
& you're sure you've got your github account setup correctly? Perhaps
try creating your own github repository and test out getting that
working first?
Thank you. The problem is that after I set up 2FA, I should have used tokens.