반응형
에러 내용 :
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: empty ident name (for <>) not allowed
인텔리J 터미널창을 열어서
git계정 주소 정보를 넣어서 아래와 같이 명령어 실행을 해준다.
$ git config --global user.email "이메일주소" $git config --global user.name "이름" |
반응형
'Mac' 카테고리의 다른 글
Mac OS Finder 숨긴 파일 항상 보기 디폴트 설정으로 변경 (0) | 2023.04.16 |
---|---|
원도우에서 PowerToys 를 사용한 한/영키 변환 (0) | 2022.02.12 |
macOS에서 크롬 다크테마 강제 끄기 (0) | 2022.02.06 |