Can't Push to Repo

I can't seem to push to the LLVM repo. I've gone through the "gh auth
login" stuff but it still denies me access. Are there any docs or
advice that can help?

% git push origin HEAD:main
remote: Permission to llvm/llvm-project.git denied to isanbard.
fatal: unable to access 'GitHub - llvm/llvm-project: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.':
The requested URL returned error: 403

-bw

Have you tried the SSH authentication instead? I’ve had this kind of issue with the https auth in the past, but the SSH method has been bulletproof for me!

I set up SSH authentication. Anton noticed that I wasn't added to the
committers team. Once I was added (and re-logged in) it worked. :slight_smile:

-bw