SourceTree 解决每次输入密码问题
- 使用终端工具输入:
用法:git config [<选项>]
配置文件位置 --global 使用全局配置文件 --system 使用系统级配置文件 --local 使用仓库级配置文件 --worktree 使用工作区级别的配置文件 -f, --file <文件> 使用指定的配置文件 --blob <数据对象 ID> 从给定的数据对象读取配置
git config --local credential.helper store
- .git-credentials 文件路径
/Users/xxx/.git-credentials