git gui提交无法获知你的身份 20




刚刚学习,请说的详细一些,谢谢
  • git <wbr>gui提交无法获知你的身份 <wbr>20
callct | 浏览 3382 次
我有更好的答案

1条回答

你没有定义你的名字和邮箱。你打开git console/shell,

#输入下面两句,并且替换成你的名字和邮箱
git config --global user.email "your@email.com"
git config --global user.name "Your Name"
posted @ 2017-09-21 15:24  码农编程进阶笔记  阅读(518)  评论(0编辑  收藏  举报
返回顶部 有事您Q我