Why is the Error Happening? When doing a git clone from remote repositories on Windows operating systems PowerShell and GitHub Application, the problem “Filename too long” occurs. It only affects Windows users because Git is compiled using MSYS. It utilizes an earlier version of the Windows API; therefore, filenames are limited to 260 characters. How… Continue reading “Filename too long error” during git clone in GitHub Desktop