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