Wednesday, March 14, 2018

git config --system core.longpaths true

This Git Bash command should up the allowable length of a path to a file to 4096 characters up from 260 characters per this. If you get a permissions error, try this instead:

git config core.longpaths true

No comments:

Post a Comment