Git credential helper to put access tokens behind a password when two-factor is enabled on GitHub.
Can be run on Linux using zenity for dialog boxes.
Add the following to your git config file:
[credential]
helper = crypt-store
Git credential helper to put access tokens behind a password when two-factor is enabled on Github
GoGPL-3.0