Git: “please tell me who you are” error

前端 未结 21 1451
傲寒
傲寒 2020-11-30 16:21

I have app servers that I bootstrap together using Chef + some ad-hoc bash scripts. The problem is, when I want to run an update on one of these app servers, I get:

21条回答
  •  有刺的猬
    2020-11-30 16:46

    Have a look at the config file.

    Repository > Repository Settings > Edit config file.

    Check if the [user] section exists. If the user section is missing, add it.

    Example:

    [user]
    name = "your name"
    email = "your email"
    

提交回复
热议问题