Error 403 when committing using HTTPS
Using SSH to commit is obviously problematic, but using HTTPS somehow gives me the 403 error I've already set my PAT as the password
have the same issue, any update on this?
@alicuza @Tetriser try using a classic PAT instead of a fine-grained PAT. fixed the issue for me, although it's still a problem that the official instructions say to use a fine-grained token even though it is literally not configured to work with them.
I seem to be getting the same issue with classic PATs as well. Pushing to remote has currently failed for the following test cases:
- Pushing local commits to a public repository owned by an organization,
- Pushing local commits to a private repository owned by myself,
- Pushing local commits to a public repository owned by myself.
I'd love to help looking into this issue myself. Where should I start looking to understand Github connections/auth?