.gitconfig 文件中添加
1
2
|
[credential]
helper = store
|
或者在git bash 中执行
1
|
git config --global credential.helper store
|
原文:http://my.oschina.net/surjur/blog/479414