에러 내용
*** 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.
해결
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
'에러 > git' 카테고리의 다른 글
error: Your local changes to the following files would be overwritten by merge 에러 (0) | 2021.01.08 |
---|---|
git pull 에러 (0) | 2020.12.21 |
git push 에러 (0) | 2020.12.03 |
git 브랜치 삭제 에러 (0) | 2020.11.06 |
댓글