git commit的时候报错了

在该项目的.git文件下找到config文件添加

  1. [user]
  2.  
    name = YOUR-NAME
  3.  
    email = YOUR-EMAIL-ADDRESS
     
    后可提交成功

相关文章: