查看用户名和地址
git config user.name git config user.email
修改用户名和地址
git config --global user.name "your name" git config --global user.email "your email"
转自 https://www.jianshu.com/p/d24e791a7679
原文地址:https://www.cnblogs.com/caolyl/p/10607043.html
时间: 2024-10-09 20:16:30