반응형 git commit1 [VScode, Cursor] 에디터로 Git Commit 작성하는 방법 Git 에디터 설정하기VSCode 또는 Cursor 에디터에서 Git commit 메시지를 작성하려면, Git의 기본 에디터를 설정해야 합니다.VSCode 사용 시:git config --global core.editor "code --wait"Cursor 사용 시:git config --global core.editor "cursor --wait"이제 git commit 명령어를 실행하면 설정한 에디터가 자동으로 열립니다.에러 발생 시 해결 방법문제 상황설정 후 커밋을 시도하면 다음과 같은 에러가 발생할 수 있습니다:git commithint: Waiting for your editor to close the file... cursor --wait: cursor: command not founderro.. 2025. 9. 30. 이전 1 다음 반응형