[PATCH] D67772: Update git-llvm script to push to GitHub

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 10:04:01 PDT 2019


thakis added a comment.

Alternatively I tried pushing via `git` directly but couldn't get that to work either:

  $ git push origin mylocalbranch:master
  Enumerating objects: 13, done.
  Counting objects: 100% (13/13), done.
  Delta compression using up to 24 threads
  Compressing objects: 100% (7/7), done.
  Writing objects: 100% (7/7), 657 bytes | 657.00 KiB/s, done.
  Total 7 (delta 6), reused 0 (delta 0), pack-reused 0
  remote: Resolving deltas: 100% (6/6), completed with 6 local objects.
  remote: error: GH006: Protected branch update failed for refs/heads/master.
  remote: error: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.
  To https://github.com/llvm/llvm-project.git
   ! [remote rejected]         gnmergerev -> master (protected branch hook declined)
  error: failed to push some refs to 'https://github.com/llvm/llvm-project.git'


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67772/new/

https://reviews.llvm.org/D67772





More information about the llvm-commits mailing list