git commit “Please tell me who you are.” 에러

  • git commit 단계에서 다음과 같은 에러가 발생한다면

    *** Please tell me who you are.

    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 ‘ley250@ley250-DREAMSYS.(none)’)

  • “Run”항목 밑의 예시대로 명령어 실행하여 해당 컴퓨터의 정보를 입력할 것