Path to this page:
./
devel/git-credential-osxkeychain,
Git macOS Keychain credential manager
Branch: CURRENT,
Version: 2.40.0,
Package name: git-credential-osxkeychain-2.40.0,
Maintainer: pkgsrc-usersgit-credential-osxkeychain caches credentials in the secure keychain
that's attached to your macOS system account. This method stores the
credentials on disk, and they never expire, but they're encrypted with
the same system that stores HTTPS certificates and Safari auto-fills.
To use with all your repos:
$ git config --global credential.helper osxkeychain
Master sites:
Filesize: 7015.324 KB
Version history: (Expand)
- (2023-03-29) Package added to pkgsrc.se, version git-credential-osxkeychain-2.40.0 (created)
CVS history: (Expand)
2023-03-29 18:31:50 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Add git-credential-osxkeychain: Git macOS Keychain credential manager
git-credential-osxkeychain caches credentials in the secure keychain
that's attached to your macOS system account. This method stores the
credentials on disk, and they never expire, but they're encrypted with
the same system that stores HTTPS certificates and Safari auto-fills.
To use with all your repos:
$ git config --global credential.helper osxkeychain
|