Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403 when committing using HTTPS #248

Open
Tetriser opened this issue Aug 8, 2024 · 3 comments
Open

Error 403 when committing using HTTPS #248

Tetriser opened this issue Aug 8, 2024 · 3 comments
Labels

Comments

@Tetriser
Copy link

Tetriser commented Aug 8, 2024

image

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

@Calinou Calinou added the bug label Aug 8, 2024
@alicuza
Copy link

alicuza commented Sep 9, 2024

have the same issue, any update on this?

@richdavisgit
Copy link

@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.

@HilbertCurve
Copy link

HilbertCurve commented Feb 18, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants