Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git clone file name too long

// one time solution
git clone -c core.longpaths=true <repo-url>
//persistent solution
- git config --system core.longpaths true
 
PREVIOUS NEXT
Tagged: #git #clone #file #long
ADD COMMENT
Topic
Name
2+3 =