When I clone my repository via GitHub Desktop it throws error that there is a file which name is too long ,I know that the file limit is 255 and I disabled it from regedit and from policy editor but the problem still occurs and i dont know what to do
For anyone who is wondering how to fix this I found a way! Go to your GitHub Desktop Folder -> app -> resources -> app -> git -> mingw64 -> etc -> gitconfig , and there under [core] section add this field "longpaths = true" :)