Git Git Make sure you configure user.name, user,email Git 사용자 정보를 설정하지 않아서 발생하는 오류이다. --gobal 옵션으로 Git 사용자 정보 설정 $ git config --global user.name "사용자 이름" $ git config --global user.email "사용자 메일 주소" 2023.01.15 게시됨