An open API service indexing awesome lists of open source software.

https://github.com/king-jam/git-credential-crypt-store

Git credential helper to put access tokens behind a password when two-factor is enabled on Github
https://github.com/king-jam/git-credential-crypt-store

2-factor 2-factor-authentication credentials git pairing

Last synced: 4 months ago
JSON representation

Git credential helper to put access tokens behind a password when two-factor is enabled on Github

Awesome Lists containing this project

README

          

# git-credential-token
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:

``` git
[credential]
helper = crypt-store
```