记住密码:
git config --global credential.helper store
取消记住密码:
git config --global --unset credential.helper && rm -rf ~/.git-credentials