저의 경우는 git stash를 실행하다가 나온 에러입니다.
Please tell me who you are. 에러가 나왔다면 저 에러시에 나오는
git config --global user.email "you@example.com" git config --global user.name "you"
이 명령어를 그대로 수행해주면 됩니다! (꼭 둘다 하세요!)