Git push/commit 연동 할 때 오류 발생 시 사용자 정보 설정으로 해결
git config --global user.name "사용자이름"
git config --global user.email "사용자 메일 주소"
반응형
'지식공유 > 개발' 카테고리의 다른 글
Visual Studio Code - VScode 터미널에서 GIT 연동하기 (0) | 2023.09.02 |
---|
Git push/commit 연동 할 때 오류 발생 시 사용자 정보 설정으로 해결
git config --global user.name "사용자이름"
git config --global user.email "사용자 메일 주소"
Visual Studio Code - VScode 터미널에서 GIT 연동하기 (0) | 2023.09.02 |
---|