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

Sjoerd Meijer via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 5 11:52:10 PST 2020


Thanks Michael! It turned out to be a problem with my github account, thanks to Mehdi for spotting this.

Cheers.
________________________________
From: Michael Kruse <llvmdev at meinersbur.de>
Sent: 04 March 2020 18:06
To: Sjoerd Meijer <Sjoerd.Meijer at arm.com>
Cc: llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] pushing a change to llvm-test-suite

Did you try with ssh?

git clone git at github.com:llvm/llvm-test-suite.git

and having you public ssh key uploaded to GitHub?

Michael

Am Mi., 4. März 2020 um 04:39 Uhr schrieb Sjoerd Meijer via llvm-dev
<llvm-dev at lists.llvm.org>:
>
> 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?
>
> _______________________________________________
> 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/20200305/464c011d/attachment.html>


More information about the llvm-dev mailing list