ㅈㅇ펍 출판사에서 나온 다홍색의 책으로 라라벨 입문한 초보 php 유저입니다.
깃을 이용한 버전관리 섹션을 하고 있는데
git init
git add .
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. 이런 메시지가 뜹니다..
이제 막 입문해서 뭐가 뭔지 너무 모르겠네요.. 도움을 부탁드립니다..
출력된 메시지 명령어를 실행하시면 돼요. 메일이랑 이름 알맞게 넣으시면 됩니다. git config --global user.email "you@example.com" git config --global user.name "Your Name"
ㅈㅇ펍 출판사에서 나온 다홍색의 책으로 라라벨 입문한 초보 php 유저입니다.
깃을 이용한 버전관리 섹션을 하고 있는데
git init
git add .
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. 이런 메시지가 뜹니다..
이제 막 입문해서 뭐가 뭔지 너무 모르겠네요.. 도움을 부탁드립니다..