Is there any way to verify the Windows-download? I couldn't find a hash on the official git site
Asked
Active
Viewed 1,486 times
1 Answers
4
First of all, Git and GitHub are very different things. Your question isn't clear about which it refers to. I'm pretty sure you either mean the GitHub Desktop installer or the Git for Windows installer.
The official Git for Windows project does publish SHA-256 hashes for its releases.
GitHub doesn't publish hashes of its installers but it does sign them, which is even better. Right-click the installer, go to Properties, then to Digital Signatures.

ChrisGPT was on strike
- 127,765
- 105
- 273
- 257
-
-
@John, the [Windows download from git-scm.com](https://git-scm.com/download/windows) is Git for Windows: "You are downloading the latest (**2.21.0**) **32-bit** version of **Git for Windows**. This is the most recent [maintained build](https://git-for-windows.github.io/). It was released **about 1 month ago**, on 2019-02-26." Use the SHA-256 hashes published on GitHub as I linked in my question. – ChrisGPT was on strike Apr 10 '19 at 13:29