강의

멘토링

로드맵

인프런 커뮤니티 질문&답변

tldnd5656님의 프로필 이미지
tldnd5656

작성한 질문수

따라하며 배우는 노드, 리액트 시리즈 - 기본 강의

노드 리액트 기초 강의 #5 GIT 설치

터미널에 넣으니 에러가 왜자꾸 뜨는지 모르겠어요 ㅠㅠ

작성

·

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 하면 되네요

tldnd5656님의 프로필 이미지
tldnd5656

작성한 질문수

질문하기