I’m familiar with git but I’ve never actually made a pull request and have been reading up on it.
I’m using git-gui to push a new branch called “Domarius-Gamepads-update” (my understanding is, after it’s pushed, I can create a new “pull request” for it via the web interface).
When I push to “origin”, I get a Username and then a Password popup. If I enter my git password in, I get an error which sent me to a page about entering in your access token for the password instead.
So I try again, I use my username Domarius, and when it asks for my password, I enter my access token, one that I made for accessing private repositories. Then I get this error
Pushing to https://github.com/defold/defold.git
remote: Permission to defold/defold.git denied to Domarius.
fatal: unable to access 'https://github.com/defold/defold.git/': The requested URL returned error: 403
My guess is I have to arrange for a special access token for your repository.