Stephan Z via llvm-dev
2020-Aug-07 01:24 UTC
[llvm-dev] Get errors when doing a test commit
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 at 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? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200806/2598f381/attachment.html>
David Blaikie via llvm-dev
2020-Aug-17 20:23 UTC
[llvm-dev] Get errors when doing a test commit
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 at 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
Stephan Z via llvm-dev
2020-Aug-25 02:16 UTC
[llvm-dev] Get errors when doing a test commit
Thank you. The problem is that after I set up 2FA, I should have used tokens. On Mon, Aug 17, 2020 at 1:23 PM David Blaikie <dblaikie at gmail.com> wrote:> 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 at 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200824/ac1797e8/attachment.html>