赞
踩
git config user.name 你的名字;
git config user.email 你的邮箱;
git config --global user.name 你的名字;
git config --global user.email 你的邮箱;