1、设置用户名和邮箱
git config --global user.name "用户名"
git config --global user.email "邮箱"
2、输入密码后存储,避免再次输入
git config --global credential.helper store
1、设置用户名和邮箱
git config --global user.name "用户名"
git config --global user.email "邮箱"
2、输入密码后存储,避免再次输入
git config --global credential.helper store