vscode랑 git 연동 후 파일을 commit 할 때 나오는 오류이다.
사용자 정보 설정을 하지 않아 발생하는 오류라는데
난 이미 해놨음에도 불구하고 갑자기 오류가 떴다ㅠㅠ
해결방법은 아래의 코드를 터미널에 입력해주면 된다.
$git config --global user.name "user.name"
$git config --global user.email "user.email"
'Study > [Error]' 카테고리의 다른 글
[IntelliJ] assertThat import 오류 (0) | 2021.04.30 |
---|---|
The method moveFileToDirectory(File, File, boolean) is undefined for the type FileUtils (0) | 2021.01.31 |
java.sql.SQLSyntaxErrorException 오류 (0) | 2021.01.23 |
[tomcat] org.apache.jasper.JasperException 오류 (0) | 2021.01.23 |
댓글