[Git] 한글깨짐 현상 git status 한글깨짐 현상이 일어났다. 검색해보니, 한글이나 띄어쓰기 같이 escapes 문자를 unusual case로 분류한다고 한다. 이를 해결하려면 core.quotepath를 꺼주면 된다고 한다. git config --global core.quotepath false [Reference] https://dev-gp.tistory.com/115 CS/Git 2023.07.16