1.设置git的用户名和邮箱
设置用户名:git config --global user.name your name
设置邮箱: git config --global user.email your email
2.查看自己是否已经设置用户名和邮箱
查看用户名:git config user.name
查看邮箱:git config user.email
3.更改设置好的用户名和邮箱(按照第一步再执行一次就可以了)
1.设置git的用户名和邮箱
设置用户名:git config --global user.name your name
设置邮箱: git config --global user.email your email
2.查看自己是否已经设置用户名和邮箱
查看用户名:git config user.name
查看邮箱:git config user.email
3.更改设置好的用户名和邮箱(按照第一步再执行一次就可以了)
本文标题:ios 开发 git: 查看设置好的用户名和邮箱
本文链接:https://www.haomeiwen.com/subject/judpmttx.html
网友评论