[PATCH] D93589: [RISCV][NFC] Add tests for multiplication with constant
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 20 17:59:01 PST 2020
MaskRay added a comment.
In D93589#2465203 <https://reviews.llvm.org/D93589#2465203>, @benshi001 wrote:
> I got the following error when trying to push. what's wrong? I applied for the push access in the summer of 2020.
>
> remote: error: GH006: Protected branch update failed for refs/heads/master.
> remote: error: You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.
> To github.com:llvm/llvm-project.git
> ! [remote rejected] master -> master (protected branch hook declined)
> error: failed to push some refs to 'git at github.com:llvm/llvm-project.git'
git branch -m main
git branch --set-upstream-to=origin/main
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93589/new/
https://reviews.llvm.org/D93589
More information about the llvm-commits
mailing list