git commit 메시지 추가를 하던중 

** please tell me who you are 라는 문장이 나오셨나요?

그럴땐 아래처럼 작성해주시면 해결됩니다.

 

1.git init
2.git config user.name "someone"
3.git config user.email "someone@someplace.com"
4.git add *
5.git commit -m "some init msg"

 

 

 

 

출처 : https://stackoverflow.com/questions/11656761/git-please-tell-me-who-you-are-error

'git' 카테고리의 다른 글

명령프롬프트 명령어  (0) 2019.10.14

+ Recent posts