爱丽丝
爱丽丝
发布于 2023-04-17 / 26 阅读 / 0 评论 / 0 点赞

git config设置

设置用户名和邮箱
git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
查看当前terminal能查看到的配置
git config --list