macOS
brew install git-credential-oauthlocal Homebrew formula metadata
sudo port install git-credential-oauthMacPorts ports tree · security/git-credential-oauth/Portfile · Source: api.github.com
brew / rang 3050
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-credential-oauth pour les workflows d'agents IA.
installation
brew install git-credential-oauthlocal Homebrew formula metadata
sudo port install git-credential-oauthMacPorts ports tree · security/git-credential-oauth/Portfile · Source: api.github.com
sudo apk add git-credential-oauthAlpine Linux edge package indexes · git-credential-oauth · Source: dl-cdn.alpinelinux.org
sudo apt install git-credential-oauthDebian stable package indexes · git-credential-oauth · Source: deb.debian.org
sudo dnf install git-credential-oauthFedora Rawhide package metadata · git-credential-oauth · Source: dl.fedoraproject.org
nix profile install nixpkgs#git-credential-oauthnixpkgs package indexes · pkgs/by-name/gi/git-credential-oauth/package.nix · Source: api.github.com
sudo pacman -S git-credential-oauthArch Linux sync databases · git-credential-oauth · Source: geo.mirror.pkgbuild.com
sudo zypper install git-credential-oauthopenSUSE Tumbleweed package metadata · git-credential-oauth · Source: download.opensuse.org
scoop install main/git-credential-oauthScoop official bucket manifest trees · bucket/git-credential-oauth.json · Source: api.github.com
winget install --id hickford.git-credential-oauth -eWindows Package Manager source index · hickford.git-credential-oauth · Source: cdn.winget.microsoft.com
aperçu
Git credential helper that authenticates in browser using OAuth
historique
git-credential-oauth is a Go-based Git credential helper that obtains Git host credentials through browser-based OAuth or OAuth device flow. It targets HTTPS Git workflows where passwords, personal access tokens, or SSH setup are awkward for users or hard for distributions to package cleanly.
The upstream repository began in October 2022 and tagged v0.0.1 the next day with GoReleaser packaging. Early 2022 and 2023 releases added support for more forges, custom host configuration, custom OAuth authorization and token URLs, and platform-specific browser opening.
The project later grew around Git's evolving credential protocol. In 2023 it added token refresh support, and Git's own credential documentation later listed git-credential-oauth as a popular OAuth helper alongside Git Credential Manager.
The README emphasizes packaging as a design goal: binaries are available from upstream releases, Linux distributions package it, Homebrew and MacPorts cover macOS installs, winget covers Windows, and Go users can install from the module path.
Its adoption niche is clearest on Linux, where the README contrasts it with Git Credential Manager's broader feature set and heavier .NET packaging footprint. The helper is deliberately narrow: it generates credentials and composes with storage helpers such as cache, osxkeychain, wincred, or libsecret.
A typical setup runs `git credential-oauth configure` or adds `helper = oauth` after a storage helper in `~/.gitconfig`. Git then asks storage helpers first and falls through to the OAuth helper only when it needs a fresh credential.
Users authenticate to hosts such as GitHub, GitLab, Bitbucket, Gerrit, Gitea, Forgejo, or googlesource by browser flow. On systems without a browser, the README documents `oauth -device` for OAuth device flow where supported.
git-credential-oauth matters in package-manager culture because it is a small credential-generating helper with a simple Go build, cross-platform binaries, and distribution packages. It gives Unix users a lightweight alternative to large credential managers while still fitting Git's helper chain.
It also shows a post-password Git authentication pattern: package a helper that can mint host tokens, then rely on Git's existing storage helpers to persist them.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.gitconfigexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-credential-oauth | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:git-credential-oauth |
|---|---|
| Version | 0.17.2 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/hickford/git-credential-oauth |
| Dépôt | https://github.com/hickford/git-credential-oauth |
| Dernière mise à jour | 2026-07-29T16:05:01+02:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
git-credential-oauth 0.15.0-1+b2
Git credential helper for GitHub and other forges using OAuth
https://github.com/hickford/git-credential-oauth
sudo apt install git-credential-oauthgit-credential-oauth
nix profile install nixpkgs#git-credential-oauthgit-credential-oauth 0.11.0-1
Git credential helper for GitHub and other forges using OAuth
https://github.com/hickford/git-credential-oauth
sudo apt install git-credential-oauthgit-credential-oauth 0.15.1-r11
Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth
https://github.com/hickford/git-credential-oauth
sudo apk add git-credential-oauthgit-credential-oauth-doc 0.15.1-r11
Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth (documentation)
https://github.com/hickford/git-credential-oauth
sudo apk add git-credential-oauth-docgit-credential-oauth 0.17.2-5.fc45
A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth
https://github.com/hickford/git-credential-oauth
sudo dnf install git-credential-oauthgit-credential-oauth 0.17.2-2
Git credential helper that securely authenticates to GitHub, GitLab, BitBucket, Gerrit and other forges using OAuth
https://github.com/hickford/git-credential-oauth
sudo pacman -S git-credential-oauthgit-credential-oauth 0.17.2-1.7
Git credential helper that authenticates to GitHub and other forges using OAuth
https://github.com/hickford/git-credential-oauth
sudo zypper install git-credential-oauthgit-credential-oauth
sudo port install git-credential-oauthmain/git-credential-oauth
scoop install main/git-credential-oauthhickford.git-credential-oauth
winget install --id hickford.git-credential-oauth -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.