It seems that MacPorts is being packaged by the keychain helper, and perhaps that is why it is not suitable for you as a recognized team.
You can install the assistant directly by following these instructions:
via: Magnus Johansson @ http://insomniacgeek.com/how-to-add-your-git-password-in-the-mac-osx-keychain/
In order not to enter a git-based password every time you perform a git operation, how can you save the git password in the Mac OSX keychain:
Make sure you already have the credential-osxkeychain helper key installed:
git credential-osxkeychain
If not, download and install it:
curl http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain -o git -credential-osxkeychain sudo mv git -credential-osxkeychain / usr / local / bin sudo chmod u + x / usr / local / bin / git -credential-osxkeychain
And do git with a helper:
git config --global credential.helper osxkeychain
Alex Abreu Feb 13 '13 at 5:25 2013-02-13 05:25
source share