AGWA / git-crypt

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

Not compatible with the version of Windows. #284

Open fernvenue opened 1 year ago

fernvenue commented 1 year ago

Got this error message:

This version of C:\Users\me\.bin\git-crypt.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

And here's my device information:

Is there any additional requirements for running git-crypt on Windows?

kLiHz commented 1 year ago

I tested the 0.7.0 windows executable on my Winows 11 Pro 22H2 (22621.1555), also x64, and it works fine (I only tested symmetric key commands which are init, export-key FILE and unlock KEYFILE).

How about rebuilding it with newer MSYS2?

By the way, I've updated the GitHub Actions workflow dependencies (191a6da) and fix some file-not-found errors by applying the patch in #249, as the openssl packages in MSYS2 (mingw-w64-openssl, openssl-devel) have been updated to 3.x.

And the built executables are available at my releasing 0.7.1 or the uploaded artifacts in the corresponding workflow run.

fernvenue commented 1 year ago

Hi @kLiHz, just tested it, and works great on my 21H2 based Windows 10 Enterprise N LTSC (x64).