Thursday, December 23, 2021

unable to create file filename too long git clone

 When I do a git clone I am getting the following error - unable to create file filename too long git clone

Solution : 

git clone -c core.longpaths=true <repo url>

No comments:

Post a Comment