Skip to content

Github notes

Alex Willmer edited this page Jun 4, 2025 · 1 revision

Updating contributer PRs as project maintainer

  • Permission in PR is labelled "Maintainers are allowed to edit this pull request."

  • git CLI procedure is https://keflavich.github.io/blog/pushing-to-a-pull-request.html

  • Git LFS may interfere https://github.com/cli/cli/discussions/8794

    error: Authentication error: Authentication required: You must have push access to verify locks
    error: failed to push some refs to 'https://github.com/contributor/fork.git'
    
  • Speculative: Repo being owned by an Org account (e.g. mitogen-hq) may be a factor

  • Speculative: git push of a rebase may be refused, even if a rebase would be allowed in the PR web UI.

Clone this wiki locally