Failing to authenticate when using git llvm

Hi,
I’m trying to submit https://reviews.llvm.org/D72150 following instructions on https://llvm.org/docs/Phabricator.html#committing-someone-s-change-from-phabricator

I’ve submitted patches in the (distant) past and have a Phabricator account but have not submitted a patch since LLVM moved to GitHub.

I am asked to provide credentials:

Username for ‘https://github.com’: jbcoe
Password for ‘https://jbcoe@github.com’:

But am told that my password and username (I tried the github and phabricator ones) are invalid.

How can I proceed?

regards,

Jon

Hi Johnathan,

If you didn’t specifically request your SVN access to be moved over when the switch was done it won’t work anymore.

You can ask for that to be done, as detailed here: https://llvm.org/docs/DeveloperPolicy.html#current-contributors-transfering-from-svn

Then you would use your Github account details to push. (assuming there’s no Github side option that’s disabled this)

Thanks,
David Spickett.

Thanks David,

That makes sense

Jon