SourceTree解决每次操作必须输密码的烦恼

git config --global credential.helper osxkeychain

运行命令后,再输入一次密码,就会记住密码了。

你可能感兴趣的:(SourceTree解决每次操作必须输密码的烦恼)