$ git commit -m "first commit" Author identity unknown *** 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. 만약 컴퓨터에서 처음 commit을 한다면 해당 메세지가 뜨게 된다. 여기서 git config --global user.email "사용자 이메일"과 git config --global user.name "사..