1

I was invited to join an organization on GitHub as a member. It has an empty repo, to which I wanna push my local code. I'm getting the following error.

remote: Write access to repository not granted. fatal: unable to access 'https://github.com/xxxxxx/yyyyy.git/': The requested URL returned error: 403

1 Answers1

0

Assuming you have accepted the invitation, double-check the token used.

Make sure it is not a fine-grained one, but a classic one, with scope repo, as I mentioned here.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250