filename too long in Windows

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

Explanation and source

For more interesting tutorials & guides just check them HERE.

Leave a Reply

Your email address will not be published. Required fields are marked *