Git: “please tell me who you are” error

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

    i use heroku cli 1. must use all user name and user email

    $git config --global user.email .login email.

    $git config --global user.name .heroku name.

    1. git pull [git url]
    2. git init
    3. git add *

      5 git commit -m "after config user.name ,user email"

    4. git push heroku master

提交回复
热议问题