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 제사용자(none)') 이렇게 뜨는데 이건 왜뜨는건가요?
그리고 커밋 메시지는 뭘 의미하죠? 제가 완전초보라 ㅠㅠ 알려주시면 감사합니다.. ㅠㅠㅠㅠ
해당 부분은 git의 설정입니다.
누가 언제 수정한지를 기록하기위해 사용하는것이 git이기에 누가 수정했는지 기록하기위해서 user.name과 email 등이 필요합니다
제가 참고로 걸어드린 https://rogerdudler.github.io/git-guide/index.ko.html git 간편안내서를 찬찬히 읽어보시면 도움이 되실겁니다
네 한번 읽어볼게요 답변 감사합니다 ㅠㅠ
라라벨 완전 처음 배우고있는데
깃배시에서 git commit -m 을했더니
error: switch `m' requires a value이런 오류가 뜹니다.
왜 뜨는건지랑 해결방안좀 알려주십쇼 ㅠㅠ