执行commit命令出来的
git吧
全部回复
仅看楼主
level 2
xiasongchun 楼主
执行commit -m"wrote a new file"之后出现的一系列,name和email都输过了
2016年08月15日 02点08分 1
level 5
你是谁[阴险]
2016年08月17日 15点08分 2
level 1
6rl
email 和name 这两参数没配呢
2016年08月25日 06点08分 3
level 5
[滑稽]密钥是不是没配置好
2016年08月30日 15点08分 4
level 7
提示已经很明显了,要么是你自己的ID没有配置好,要么就是你的git出问题了,重新安装,基本上是前者的问题,没有按照格式配置好用户名和邮箱
2016年09月13日 04点09分 5
level 1
git config --list看下
2017年01月03日 15点01分 6
level 3
-m后面是不是还有个空格
2017年01月10日 17点01分 7
level 1
git的个人信息没配置好
git config --global user.name youname
git config --global user.email youemail
2017年03月22日 09点03分 8
1