Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Error/
git checkout error: unable to create file
Search

git checkout error: unable to create file

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Dec 5 15:20
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Aug 2 13:4
Refs
Refs
 
 
윈도우 git 체크아웃 Filename too long 오류 처리
윈도우에서 git 체크아웃 받는 과정에서 아래와 같이 파일 이름이 길어서 파일을 생성할 수 없다는 오류가 발생할 때가 있다. error: unable to create file ...파일경로 (Filename too long) 이는 윈도우 API의 파일 경로 길이가 260자 제한을 갖기 때문이다. 이 제한을 없애려면 다음 명령어를 사용해서 git의 core.longpaths 설정을 true로 지정하면 된다.
윈도우 git 체크아웃 Filename too long 오류 처리
https://javacan.tistory.com/entry/window-git-filename-too-long-error
윈도우 git 체크아웃 Filename too long 오류 처리
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Error/
git checkout error: unable to create file
Copyright Seonglae Cho