sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

It asks for both a password *and* and an OAuth token #121

Open raxod502 opened 6 years ago

raxod502 commented 6 years ago

I installed magit-gh-pulls and added the hook described in the README. On running magit-status, I was prompted for a username and password, so I generated a personal access token with the public_repo scope and entered this for the password.

There was no error, but no pull requests were shown in the status buffer, so I pressed # g. I was then prompted again for my password, so I entered the personal access token again. Then I was prompted for an OAuth token. I was confused by this, but on a whim I entered the same personal access token a third time. This made it work, and I'm not prompted for anything when pressing # g again.

Why are there two separate prompts for a password and an OAuth token?