*** Please tell me who you are.
Run
git config --global user.eamil "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 tis repository.
fatal: unable to auto-detect email address (got 'OO' )
위와 같은 에러는 사용자 GIT Repository에 접근 가능한 계정을 입력하여 해결할 수 있습니다.