Wingetlywingetly
← All apps

Git for Windows SDK

by The Git Development Communityv1.0.8

Last updated

Additional files and scripts to help build Git for Windows on MSYS2.

Install with winget

$ winget install --id Git.SDK --exact --version 1.0.8

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Git for Windows SDK

Git for Windows SDK uses EXE. The silent install switches are -y.

One-line silent install (x64)
git-sdk-installer-1.0.8-64.7z.exe -y

See the full silent install reference for Git for Windows SDK

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.0.8

ArchitectureTypeScopeInstallDownload
x86EXE-Direct
x64EXE-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

21 known CVEs via NVD

  • high8.0Fix in v2.43.7CVE-2025-48384affects before 2.43.7, 2.44.4, 2.45.4, +5 moreJul 8, 2025

    Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When reading a config value, Git strips any trailing carriage return and line feed (CRLF). When writing a config...

  • high7.3Fix in v2.39.4CVE-2024-32465affects before 2.39.4, 2.40.2, 2.42.2, 2.43.4May 14, 2024

    Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source rep...

  • low3.9Fix in v2.39.4CVE-2024-32021affects before 2.39.4, 2.40.2, 2.42.2, 2.43.4May 14, 2024

    Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as t...

  • low3.9Fix in v2.39.4CVE-2024-32020affects before 2.39.4, 2.40.2, 2.42.2, 2.43.4May 14, 2024

    Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source reposit...

  • high8.1Fix in v2.39.4CVE-2024-32004affects before 2.39.4, 2.40.2, 2.42.2, 2.43.4May 14, 2024

    Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions...

  • high7.0Fix in v2.30.9CVE-2023-29007affects before 2.30.9, 2.31.8, 2.32.7, +7 moreApr 25, 2023

    Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, a specially crafted `.gitmodules` file with submodule URLs that are longer than 1024 characters can used to exploit a bug in `config.c:...

  • high7.5Fix in v2.30.9CVE-2023-25652affects before 2.30.9, 2.31.8, 2.32.7, +7 moreApr 25, 2023

    Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlle...

  • medium6.2Fix in v2.30.8CVE-2023-23946affects before 2.30.8, 2.31.7, 2.32.6, +7 moreFeb 14, 2023

    Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is...

Showing 8 of 21. Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • GitThe Git Development Community
    Git.Gitv2.55.0.3

    A free and open source distributed version control system

  • MinGitThe Git Development Community
    Git.MinGitv2.55.0.5

    MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience.

  • GitThe Git Development Community
    Git.Git.PreReleasev2.52.0-rc2

    A free and open source distributed version control system

  • BusyBox-based MinGitThe Git Development Community
    Git.MinGit.BusyBoxv2.52.0

    MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience.

More from The Git Development Community.

Frequently asked questions

How do I install Git for Windows SDK on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Git.SDK --exact --version 1.0.8. winget downloads the installer from The Git Development Community and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Git for Windows SDK silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Git.SDK --exact 1.0.8 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Git for Windows SDK?
Git for Windows SDK uses EXE. Run the downloaded installer with: git-sdk-installer-1.0.8-64.7z.exe -y. The silent switches are -y.
How do I uninstall Git for Windows SDK via winget?
Run: winget uninstall --id Git.SDK --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Git for Windows SDK's Apps & Features entry.
Is Git for Windows SDK free?
Git for Windows SDK is distributed under GPL-2.0. Refer to the publisher (https://github.com/git-for-windows/build-extra) for the full license terms - Wingetly itself does not charge for installation.
Does Git for Windows SDK work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Git for Windows SDK directly from the publisher.
How do I keep Git for Windows SDK up to date?
Run winget upgrade --id Git.SDK --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Git for Windows SDK from microsoft/winget-pkgs.