windows下切换git账号
1. 查看当前用户名和邮箱git config user.namegit config user.email2. 设置当前用户名和邮箱git config --global user.name "somebody"git config --global user.email "somebody@some.com"3. 其他参考看这里
·
1. 查看当前用户名和邮箱
git config user.name
git config user.email
2. 设置当前用户名和邮箱
git config --global user.name "somebody"
git config --global user.email "somebody@some.com"
3. 其他参考
看这里
更多推荐
所有评论(0)