git config 配置用户名、邮箱

设置用户名和邮箱

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

查看配置

git config --list
不要小瞧女程序员
原文地址:https://www.cnblogs.com/shix0909/p/14840934.html