git取消记住密码
git config --system --unset credential.helper
git记住密码
git config --global credential.helper store
git取消记住密码
git config --system --unset credential.helper
git记住密码
git config --global credential.helper store
转载于:https://my.oschina.net/u/554046/blog/3052760