Skip to content

v2.37.3 ARM64 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@dennisameling dennisameling released this 25 Sep 12:48
· 17775 commits to main since this release

This is a test version of Git for Windows ARM64. Please don't use in production!

Note that only Windows 11+ is supported due to unixy tools like Bash relying on MSYS2.

Output of git --version --build-options (ignore the version, it's 2.37.3):

$ git --version --build-options
git version 2.31.1.windows.1.17698.g9eae59e0df
cpu: aarch64
built from commit: 9eae59e0dfc86039658df124b2bf3d50d99d888b
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon

Known issues

  • Doing a git clone https://... results in error setting certificate verify locations: CAfile: clangarm64/libexec/ssl/certs/ca-bundle.crt CApath: none. Please copy the entire clangarm64/ssl folder into clangarm64/libexec for the time being.
  • libssp-0.dll is missing in clangarm64/libexec/git-core. Please copy clangarm64/bin/libssp-0.dll into clangarm64/libexec/git-core for now.
  • The builtins (git-add.exe, git-am.exe, etc.) are way bigger than they should be (due to issues with linking). This results in a significantly larger binary size until this is fixed.