卸载重装也一样
比如在 C:\Program Files\Git\etc\gitconfig 里设置 credential.helper=manager
然后在仓库或用户级别设置 credential.helper=store
git pull 还是会弹出 manager 的认证 UI 界面
目前是移除了 system 级别的配置文件才解决这个问题
难道我理解错配置优先级了?
比如在 C:\Program Files\Git\etc\gitconfig 里设置 credential.helper=manager
然后在仓库或用户级别设置 credential.helper=store
git pull 还是会弹出 manager 的认证 UI 界面
目前是移除了 system 级别的配置文件才解决这个问题
难道我理解错配置优先级了?
