git credential manager for windows 怎么解决

2025年05月07日 15:04
有1个网友回答
网友(1):

.gitconfig 文件中添加 [credential] helper = store 或者在git bash 中执行 git config --global credential.helper store