-
fatal: bad boolean config value 'ture' for 'core.autocrlf' 오류개발/오류정리 2023. 4. 19. 12:45728x90
문제점)
git에 클론코딩을 하고있는것을 올리려하는도중 이런 오류가 발생하였다.
gpt와 검색을 해서 찾아본 결과
리눅스와 윈도우를 오갈 때 생기는 문제들이었다.
해결방법)
해결방법은 AutoCRLF를 리셋시키고 재설정 하면 되는 문제였다.
cd /해당폴더
git config --unset-all core.autocrlf를 사용하여 문제를 해결할 수 있었다.
728x90'개발 > 오류정리' 카테고리의 다른 글
Cannot read properties of undefined (reading 'NaN')TypeError: Cannot read properties of undefined (reading 'NaN') (0) 2023.12.13 (Vscode) Could not find or Load main class 오류 (0) 2023.03.27 IllegalStateException (0) 2022.11.10