git 提交者设置 最近换了工作环境,发现提交的git日志为电脑名。可以用如下命令设置git提交者名字。 git config --global user.name "myname" git config --global user.email "myname@qq.com"