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
- Host: GitHub
- URL: https://github.com/king-jam/git-credential-crypt-store
- Owner: king-jam
- License: gpl-3.0
- Created: 2018-05-02T00:27:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T21:10:49.000Z (over 6 years ago)
- Last Synced: 2024-06-20T10:18:31.471Z (almost 2 years ago)
- Topics: 2-factor, 2-factor-authentication, credentials, git, pairing
- Language: Go
- Size: 876 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```