macOS
brew install git-credential-libsecretlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-credential-libsecret pour les workflows d'agents IA.
installation
brew install git-credential-libsecretlocal Homebrew formula metadata
sudo apk add git-credential-libsecretAlpine Linux edge package indexes · git-credential-libsecret · Source: dl-cdn.alpinelinux.org
sudo dnf install git-credential-libsecretFedora Rawhide package metadata · git-credential-libsecret · Source: dl.fedoraproject.org
sudo zypper install git-credential-libsecretopenSUSE Tumbleweed package metadata · git-credential-libsecret · Source: download.opensuse.org
aperçu
Git helper for accessing credentials via libsecret
historique
git-credential-libsecret is Git's Linux Secret Service credential helper. It lets Git store and retrieve HTTPS credentials through libsecret-backed wallets such as GNOME Keyring or KDE Wallet instead of keeping long-lived credentials in plaintext files.
The helper entered Git's contrib area in 2016. Its initial Git commit describes it as based on the earlier GNOME Keyring helper, replacing the deprecated, GNOME-specific libgnome-keyring library with libsecret and the XDG Secret Service API.
Later Git-side changes kept the helper aligned with Git's credential protocol. A 2017 change made it unlock locked secrets through the Secret Service interface, and 2023 changes added storage for password expiry and OAuth refresh-token attributes while preserving compatibility with older stored credentials.
Git's credential-helper documentation lists git-credential-libsecret alongside macOS Keychain and Windows Credential Manager as the Linux secure persistent storage option. That placement made it part of the standard Git credential-helper ecosystem rather than a standalone password-manager integration.
Linux package managers expose it as a separate package because the helper depends on libsecret and desktop secret-service libraries that are not always part of a minimal Git build.
Practitioners configure it through Git's `credential.helper` setting, usually in `~/.gitconfig`, `$XDG_CONFIG_HOME/git/config`, or a repository `.git/config`. After configuration, Git invokes `git credential-libsecret` through the credential-helper protocol during HTTP authentication.
Its use case is workstation Git over HTTPS: the first authentication stores a username and password, personal access token, or generated token in the desktop secret service, and later fetch, pull, and push operations retrieve it without prompting.
For package maintainers, git-credential-libsecret is a small but important split from the main Git package. It is tied to desktop-secret-service dependencies, so distributing it separately keeps headless or minimal Git installs lean while giving Linux desktop users OS-integrated credential storage.
It also illustrates Git's extension model: a helper in `contrib/credential` can become a distro-facing executable without changing Git's core credential protocol.
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.
~/.gitconfig$XDG_CONFIG_HOME/git/config.git/configexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-credential-libsecret | cli | exécutable global |
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-libsecret |
|---|---|
| Version | 2.55.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/git-credential-libsecret |
| Page d'accueil | https://git-scm.com |
| Dépôt | https://github.com/git/git |
| Docs amont | https://git-scm.com/doc/credential-helpers |
| Licence | GPL-2.0-or-later |
| Archive source | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Dernière mise à jour | 2026-06-29T20:54:53Z |
| Pulse | updated |
| Dépendances | gettext, glib, libsecret |
| Dépendances de compilation | pkgconf |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-credential-libsecret |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
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-libsecret 2.54.0-r0
libsecret-based credential helper
sudo apk add git-credential-libsecretgit-credential-libsecret 2.54.0-1.fc45
Git helper for accessing credentials via libsecret
sudo dnf install git-credential-libsecretgit-credential-libsecret 2.54.0-2.1
Git credential backend using libsecret to access keyring
sudo zypper install git-credential-libsecretpiste 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.