You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce: Enable two-factor authentication. On a system, which hasn't set up git-review for authenitcated access to GitHub yet call a git review command, which needs authentication on the server. It asks for username and password on the command line, but then fails with the error "You provided the wrong username/password".
Disable two-factor authentication again, and it works as expected.
After enabling two-factor authentication again, it continues to work.
The text was updated successfully, but these errors were encountered:
The fix has been merged into the development branch. Gimme a couple of days to figure out whether I can merge the current dev branch completely into a new version of git-review or if I just cherry pick the fix.
OK, "a couple of days" went by quickly. Since we just talked about this yesterday, I tested the current state and realized I need to fix a couple of things before a new version of git-review can be released. Sorry for the delay. I'm gonna work on getting a new version out soon.
How to reproduce: Enable two-factor authentication. On a system, which hasn't set up git-review for authenitcated access to GitHub yet call a git review command, which needs authentication on the server. It asks for username and password on the command line, but then fails with the error "You provided the wrong username/password".
Disable two-factor authentication again, and it works as expected.
After enabling two-factor authentication again, it continues to work.
The text was updated successfully, but these errors were encountered: