[llvm-dev] pushing a change to llvm-test-suite

Sjoerd Meijer via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 4 02:38:10 PST 2020


I want to push a change to llvm-test-suite, but I don't know how and must be missing something really obvious here. This is what I did, and what I am getting:

$ git clone https://<username>@github.com/llvm/llvm-test-suite.git
$ git apply mypatch.diff
$ git push origin master

Password for 'https://<username>@github.com':
remote: Permission to llvm/llvm-test-suite.git denied to <username>.
fatal: unable to access 'https://<username>@github.com/llvm/llvm-test-suite.git/': The requested URL returned error: 403

Anyone got an idea?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200304/240d8bb0/attachment.html>


More information about the llvm-dev mailing list