Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove filename too long error in git

#this
git config --system core.longpaths true

#or this
git clone -c core.longpaths=true <repo-url>
 
PREVIOUS NEXT
Tagged: #remove #filename #long #error #git
ADD COMMENT
Topic
Name
5+4 =