I did a commit (with Git) & push (to GitHub) 2 pdf files with a bit long names on my Windows 7 machine and then tried to pull those onto my Linux Mint machine, but got this error:
Updating 1453916..ffdfabc
error: cannot stat 'long-file-name-1.pdf': File name too long
error: cannot stat 'long-file-name-2.pdf': File name too long
How can I have those 2 files on my Linux Machine without losing the names and/or the files?