标签:mail oba global name email 个人信息 仓库 使用 conf
git config user.name "姓名"
git config user.email "邮箱"
推荐使用全局用户信息:
git config --global user.name "姓名"
git config --global user.email "邮箱"
标签:mail oba global name email 个人信息 仓库 使用 conf
原文地址:https://www.cnblogs.com/cag2050/p/9870408.html