Git设置及保存用户名和密码
git config --global user.email johndoe@example.com
git config --global user.name "John Doe"
git config --global credential.helper store
git config --global user.email johndoe@example.com
git config --global user.name "John Doe"
git config --global credential.helper store