--

让 git shell 记住你的用户名和密码



在使用 git shell 的时候,有时会频繁提示让你输入用户名和密码。 这个时候你只要输入

git config --global credential.helper

就可以了