0%

TortoiseGit(乌龟git)免密推送

今天遇到的TortoiseGit每次登陆推送都要输入密码设置一下免密

编辑仓库配置文件与编辑全局配置文件

设置 -> git 编辑本地 .git/config 最后增加

1
2
[credential] 
helper = store