Git&GitHub
Git 에러 [fatal: unable to checkout working tree]
john.k
2021. 2. 16. 19:04
반응형
어떤 레포지토리를 클론해오려고 하는데 이런 에러가 발생했습니다.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
https://stackoverflow.com/questions/24898680/fatal-unable-to-checkout-working-tree
Fatal: Unable to checkout working tree
I am cloning the master branch from a GitHub repo onto my system. It throws this error: Checking connectivity ...done eate file Icon fatal: unable to checkout working tree warning: Clone succe...
stackoverflow.com
스택오버플로 답변에서 이유를 찾을 수 있었습니다.
윈도우 환경에서 허용되지 않는 이름을 가진 파일이 있기 때문이었습니다.
반응형