转:https://blog.youkuaiyun.com/leejianjun/article/details/51504479
在 C:\Users\Administrator 下 编辑 .gitconfig
在原有内容下添加一行(此行作用为自动保存,保存修改后再使用一次GIT,输入账号密码后下次即可自动保存)
[credential] helper = store
或Dos命令
git config --global credential.helper store
转:https://blog.youkuaiyun.com/leejianjun/article/details/51504479
在 C:\Users\Administrator 下 编辑 .gitconfig
在原有内容下添加一行(此行作用为自动保存,保存修改后再使用一次GIT,输入账号密码后下次即可自动保存)
[credential] helper = store
或Dos命令
git config --global credential.helper store