手机网站开发用什么框架好,网站开发技术项目代码搜索,企业咨询管理公司简介,网站作业git show 看看是否是自己的githup 账号的邮箱 如果不是进行下列操作 git config user.email “你的邮箱地址”,修改邮箱 修改完以后输入git config user.email 检查是否修改成了你的邮箱 如果你想其他项目提交时,也避免此类情况,把上面的两条命令改成
#xff08;1#… git show 看看是否是自己的githup 账号的邮箱 如果不是进行下列操作 git config user.email “你的邮箱地址”,修改邮箱 修改完以后输入git config user.email 检查是否修改成了你的邮箱 如果你想其他项目提交时,也避免此类情况,把上面的两条命令改成
1 git config --global user.email “your_emailexample.com”
2git config --global user.email 就可以了
修改用户名 git config --global user.name “张三” git config --global user.email zhangsan136.com