Problem: Git command returns next error:
filename too longSolution: launch next command
git config --system core.longpaths trueAnother solution: if previous command didn’t work, try this one:
git config --global core.longpaths trueFor more interesting tutorials & guides just check them HERE.
