美文网首页
sourceTree 记住密码

sourceTree 记住密码

作者: 会煮咖啡的猫咪 | 来源:发表于2018-07-12 15:58 被阅读116次
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.

相关文章

网友评论

      本文标题:sourceTree 记住密码

      本文链接:https://www.haomeiwen.com/subject/rarrpftx.html