Adventure Time - Jake make sure you configure your 'user.name' and 'user.email' in git
본문 바로가기
git,github

make sure you configure your 'user.name' and 'user.email' in git

by bogyoi 2025. 4. 27.
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

깃허브의 유저네임과 이메일주소를 넣어 터미널창에 입력해주면 된다.