- Start Git Bash as Administrator
- Run command
git config --system core.longpaths true
Another way (only for this clone):
git clone -c core.longpaths=true <repo-url>
git config --system core.longpaths trueAnother way (only for this clone):
git clone -c core.longpaths=true <repo-url>