1、
touch .git-credentials
git config --global credential.helper store
2、
在settings->git->Edit global .git/config,加上下面的内容,就能记住密码了。
[credential]
helper = store
1、
touch .git-credentials
git config --global credential.helper store
2、
在settings->git->Edit global .git/config,加上下面的内容,就能记住密码了。
[credential]
helper = store