Git: “please tell me who you are” error

前端 未结 21 1669
傲寒
傲寒 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:54

    In my case I was missing "e" on the word "email" as Chad stated above but I see its not the case with you. Please hit the following command to see if everything is pulling as expected.

    git config -l
    

提交回复
热议问题