[llvm-dev] Workflow to commit changes using git alone (?)

Robinson, Paul via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 14 10:55:02 PST 2019


Sigh... okay now it's my turn to wonder what obvious mistake I made.

> git push -v
Pushing to https://github.com/llvm/llvm-project.git
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/llvm/llvm-project.git/'

I was kind of expecting it to prompt me... here are some possibly 
relevant git-config settings:

user.name=Paul Robinson
user.email=paul.robinson at sony.com
remote.origin.url=https://github.com/llvm/llvm-project.git

I haven't put my github account name in anywhere, am I supposed to?
I do have a key set on the account, but I might have messed up when
trying to put it in a right place on my Windows system.
FTR the website instructions still talk about using "git llvm push"
which IIUC is Not A Thing anymore.

Thanks,
--paulr



More information about the llvm-dev mailing list