fatal: unable to auto-detect email address (got 'tim@newton.(none)')
解决办法:
找到工程目录的.git文件夹,打开之后找到config文件,在最后边加上一句话
[user]
 email=your email
 name=your name
your email 和your name随便写上就行

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2021-05-28
  • 2021-05-06
  • 2022-12-23
  • 2021-05-17
  • 2021-04-30
  • 2021-06-14
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2021-10-21
  • 2021-06-03
  • 2021-04-11
  • 2022-12-23
相关资源
相似解决方案