macOS
brew install git-credential-libsecretlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-credential-libsecret in AI-Agent-Workflows.
Installation
brew install git-credential-libsecretlocal Homebrew formula metadata
sudo apk add git-credential-libsecretAlpine Linux edge package indexes · git-credential-libsecret · Quelle: dl-cdn.alpinelinux.org
sudo dnf install git-credential-libsecretFedora Rawhide package metadata · git-credential-libsecret · Quelle: dl.fedoraproject.org
sudo zypper install git-credential-libsecretopenSUSE Tumbleweed package metadata · git-credential-libsecret · Quelle: download.opensuse.org
Überblick
Git helper for accessing credentials via libsecret
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-credential-libsecret | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:git-credential-libsecret |
|---|---|
| Version | 2.55.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-credential-libsecret |
| Homepage | https://git-scm.com |
| Repository | https://github.com/git/git |
| Upstream-Dokumentation | https://git-scm.com/doc/credential-helpers |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Zuletzt aktualisiert | 2026-06-29T20:54:53Z |
| Pulse | updated |
| Abhängigkeiten | gettext, glib, libsecret |
| Build-Abhängigkeiten | pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-libsecretQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.