반응형
VSCode에서 Commit&Push를 하려고 하니, 아래와 같이 에러가 발생했다. git에 연동되어 있는 이름과 메일이 없어서 발생한 문제다.
Make sure you configure your 'user.name' and 'user.email' in git
VSCode OUTPUT에서 보면, 문제 해결 방법에 대한 가이드를 준다.
아래와 같이, 콘솔창에서 이름과 email을 입력하여 설정해주면 된다.
git config --global user.name "name"
git config --global user.email "email"
반응형
'IT > GIT' 카테고리의 다른 글
[GIT] git fatal detected dubious ownership in repository 문제 해결 방법 (0) | 2024.12.11 |
---|---|
[Git] please clean your repository working tree before checkout 문제 해결 방법 (0) | 2024.07.16 |
[Git] Git There is no tracking information for the current branch. 문제 해결 방법 (0) | 2024.07.03 |
[Git] Git remote origin already exists 에러 해결 방법(remote origin 삭제) (0) | 2024.06.12 |
VS Code(Visual Studio Code)에서 깃 clone, commit, push 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 커밋(Commit) 및 푸시(Push) 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 연동 및 클론하는 방법 (0) | 2021.07.14 |
깃허브(Github) Git 클론하는 방법 (0) | 2021.07.14 |
최근댓글