작성
·
263
1
PS C:\Users\박시웅\Documents\boiler-plate> git commit -m "처음 저장소에 올림"
*** 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-detect email address (got '박시웅@DESKTOP-APM75DT.(none)')
PS C:\Users\박시웅\Documents\boiler-plate>
이렇게 에러가 뜹니다 ㅠㅠ
답변 2
1
git config --global user.email "이메일주소"
git config --global user.name "이름"
명령문 입력해서 정보를 저장해 준 뒤에 commit 하면 되네요