오리너구리의 오리발질/Git
[git] 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: unable to auto-detec..
purpleduck
2020. 4. 9. 13:17
평소와 같이 add commit push를 하던 중, commit 단계에서 평소와 다른 메세지가 나왔다.
지난번에 pull push를 반복하던 중, README.md 를 삭제했는데, 그 영향일지도 모르겠다.
시키는대로 name과 email을 입력해주었다.
성공!