티스토리 뷰

intellij 에서 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.
					
empty ident name (for <>) not allowed

 

intellij 의 터미널에서 위 명령어를 실행해준다.

 

ui-MacBookPro:tubelife tube.hong$ git config --global user.email "이메일주소"
ui-MacBookPro:tubelife tube.hong$ git config --global user.name "이름"

 

그 뒤 다시 커밋하면 정상 수행된다.

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함