git 设置用户名密码

git config --global user.name “你的用户名”
git config --global user.email “你的邮箱”

此处评论已关闭