Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/install-inside-msys2-proper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ aliases:
---
# **Please note that this scenario is not officially supported by Git for Windows**

> [!IMPORTANT]
> You shouldn't need this anymore. We've worked with MSYS2 to make [`mingw-w64-git` available directly in MSYS2](https://packages.msys2.org/base/mingw-w64-git). Of the packages mentioned here only `mingw-w64-git-extra` isn't available in MSYS2.

Git for Windows being based on MSYS2, it's possible to install the `mingw-w64-git` package into an existing MSYS2 installation. That means that if you are already using MSYS2 on your computer, you can use Git for Windows without running the full installer or using the portable version. There are some caveats for going this way, details below. Reading the whole guide before starting is recommended.

This guide assumes you are comfortable using the command line and you are willing to completely re-install your MSYS2 if something goes wrong. You can contact @Elieux for advice in the `git-for-windows/git` Gitter room or through the contact channels for MSYS2. Please don't file issues with Git for Windows installed this way until you verify them in an official Git for Windows distribution.
Expand Down