./devel/git-credential-osxkeychain, Git macOS Keychain credential manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.40.0, Package name: git-credential-osxkeychain-2.40.0, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 7015.324 KB

Version history: (Expand)


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