On Fri, 18 Jul 2025, Takashi Yano via Cygwin-apps wrote: > On Thu, 17 Jul 2025 17:24:04 -0700 (PDT) > Jeremy Drake <[email protected]> wrote: > > > I pushed the playground lld branch as master to lld. Do you think that it > > would make sense to push the llvm/clang playground branches to master? > > llvm branched & released rc1 of llvm 21.1.0 today, and I updated the > > cygports (and removed a *ton* of patches) but I have nowhere to push it > > (it was rejected to create a new branch, I guess just master and > > playground). > > I tried to create new branch origin/21.1 in llvm and clang repository > and it suceeded. How did you try that? What I did was: > > git switch master > git branch 21.1 > git push -u origin 21.1
remote: remote: FATAL -- ACCESS DENIED remote: Repo git/cygwin-packages/llvm remote: User Jeremy_Drake remote: Stage From git's update hook remote: Ref Branch 'llvm-21' remote: Operation Create ref remote: remote: FATAL: W refs/heads/llvm-21 git/cygwin-packages/llvm Jeremy_Drake DENIED by fallthru remote: error: hook declined to update refs/heads/llvm-21 To ssh://cygwin.com/git/cygwin-packages/llvm ! [remote rejected] llvm-21 -> llvm-21 (hook declined) and I tried to push to 21.1 branch remote: remote: FATAL -- ACCESS DENIED remote: Repo git/cygwin-packages/llvm remote: User Jeremy_Drake remote: Stage From git's update hook remote: Ref Branch '21.1' remote: Operation Fast forward push remote: remote: FATAL: W refs/heads/21.1 git/cygwin-packages/llvm Jeremy_Drake DENIED by fallthru remote: error: hook declined to update refs/heads/21.1 To ssh://cygwin.com/git/cygwin-packages/llvm ! [remote rejected] llvm-21 -> 21.1 (hook declined)
