[llvm-dev] Get errors when doing a test commit

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 17 13:23:31 PDT 2020


On Thu, Aug 6, 2020 at 6:24 PM Stephan Z via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> 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?

>
> Do we have any instructions to follow about this?
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list