Make sure you configure your 'user.name' and 'user.email' in git
Git 설치 후 사용자 이름과 이메일 연동 해주어야 함
git config --global user.name "이름"
git config --global user.email "이메일"
프로젝트마다 다른 이름,이메일 사용하려면 --global
빼고 등록
https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
반응형