赞
踩
问题描述:
Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
unable to auto-detect email address (got...
问题解决:其实在该报错信息内就已经提示到解决办法了
就打开你的命令行输入以下两个目录重新合并项目即可解决
git config --global user.email "you@example.com"
you@example.com是你自己的git绑定的邮箱
git config --global user.name "Your Name"
Your Name 是你git上的用户名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。