curl http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain -o git-credential-osxkeychain
mv git-credential-osxkeychain /usr/local/bin
chmod u+x /usr/local/bin/git-credential-osxkeychain
git config –global credential.helper osxkeychain
osxkeychain
macos 下系统是自带的,所以不用下载。直接 config
git config –global credential.helper osxkeychain
the end.
网友评论