git commit 에러 해결 방법 썸네일형 리스트형 [github] git commit -m 후 Author identity unknown 가 뜨면 git을 설치한 후 git init git add . git commit -m "~~~~~" 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. fatal: unable to auto-detect email address (got '~~~') 이럴 때 해결 방법은 메.. 더보기 이전 1 다음