SourceTree 问题总结及解决方案

1. SourceTree更新新版本号 KeyChain Access 就不正常了

看看这些问题

  • SourceTree on OSX: Clicking “Always Allow” bitbucket to use my password keychain has no effect

  • SourceTree on Mac OS does not remember password

.......

发现的有效的解决方法:

git config --global credential.helper osxkeychain

终端运行一遍就可以了。

你可能感兴趣的:(SourceTree 问题总结及解决方案)