10월, 2016의 게시물 표시

windows 운영체제에서 git clone 중 error: unable to create file ... Filename too long

windows에 git clone으로 source를 받을때 Filename too long error가 발생하는 경우가 있는데 이것은 windows 경우 filename(path) limitation(260자) 이 있기 때문이다. 이것을 해제하기 위해서는 cmd 창에서 아래와 같이 입력해주면 된다. C:\> git config core.longpaths true