기록

[Git] Error : unable to create file <경로> Filename too long

11mia 2020. 4. 2. 14:30

원인 : 윈도우 API의 파일 경로 길이가 260자 제한을 갖고있기 때문

sol : git config --system core.longpaths true 명령어로 길이제한 해제