Git全局设置用户名和邮箱
git config --global user.name "lanten"git config --global user.email "[email protected]"
# 总是保存密码git config --global credential.helper store
git config --global user.name "lanten"git config --global user.email "[email protected]"
# 总是保存密码git config --global credential.helper store