Fork me on GitHub

fatal-unable-to-auto-detect-email-address

五个月没开博客,我的git他有了自己的想法。。。

git: fatal unable to auto-detect email address (got "some wrong email")

解决方法:

1
$ git config --global user.email "you@example.com"
1
$ git config --local -l

我的git……他还是有自己的想法

0%