How to Solve Git Filename too long Error

report errors

Prompt filename too long when git clone code

Solution:

Open the command window with the administrator and enter git config — system core.longpaths true to solve the problem.

git config --system core.longpaths true

Read More: