leancloud / satori

Satori 是一个 LeanCloud 维护的监控系统,inspired by Open-Falcon
Apache License 2.0
232 stars 76 forks source link

安装 satori 中需要检测 git 是否配置过 author 信息 #40

Closed skyworker0725 closed 6 years ago

skyworker0725 commented 6 years ago

下面的问题是由于什么配置不对,请大神们帮忙确认一下: Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'testuser@testserver1.(none)')

feisuzhu commented 6 years ago
git config --global user.email "you@example.com"
git config --global user.name "Your Name"

按照这两个先配置一下……