AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

Error: The filename or extension is too long. #186

Closed theoryshaw closed 3 years ago

theoryshaw commented 4 years ago

I get this error when unlocking on windows... https://gist.github.com/theoryshaw/e8672a09fbaa20ba52a8bedaf95b3a96

These were my settings before running the command..

This is the repo, if curious: https://github.com/OpeningDesign/CTR

AGWA commented 4 years ago

Most likely related to #150

theoryshaw commented 4 years ago

Thanks. As i'm reading that, there's no fix at the moment?

AGWA commented 4 years ago

Applying the patch should fix the problem, at a performance cost which might be significant on Windows.

AGWA commented 3 years ago

I'm assuming this has been fixed by #150 but feel free to re-open if not.

theoryshaw commented 3 years ago

Not sure. Am waiting for a someone to create a windows executable to test.