git-credential-oauth 0.15.1
Git credential helper that securely authenticates using OAuth
git-credential-oauth is a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket, Gerrit, Gitea, and Forgejo using OAuth. The first time you authenticate, the helper opens a browser window to the host. Subsequent authentication within storage lifetime is non-interactive.
- Outputs:
out
- Website: https://github.com/hickford/git-credential-oauth
- Licenses: ASL 2.0
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install git-credential-oauth 0.15.1
as follows:
guix install git-credential-oauth@0.15.1
Or install the latest version:
guix install git-credential-oauth
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.