개발/git
git)Make sure you configure your 'user.name' and 'user.email'
체인의정석
2023. 8. 1. 14:11
728x90
git 처음 사용시 이메일과 유저 이름을 설정해 주지 않으면 위와 같은 에러가 난다.
따라서 아래 명령어를 써줘야 한다.
git config --global user.email "myemail@example.com"
git config --global user.name "myID"
728x90
반응형