标签:get code 地址 lan span pre glob tar http
查看用户名和地址
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
标签:get code 地址 lan span pre glob tar http
原文地址:https://www.cnblogs.com/caolyl/p/10607043.html