[Github]Make sure you configure your “user.name” and “user.email” in git 오류 발생시 해결방법
Make sure you configure your “user.name” and “user.email” in git 오류 발생시 해결방법
cmd창을 열고 아래 2개의 명령어를 실행한다.
git config --global user.name "본인명"
git config --global user.email "본인의 github로그인하는 이메일 계정"