Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys.
It uses an older version of the Windows API and there's a limit of 260 characters for a filename.
git config --system core.longpaths trueGit has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys.
It uses an older version of the Windows API and there's a limit of 260 characters for a filename.
git config --system core.longpaths true