Integrates Git Bash and Git GUI into Windows PC!

Git for PC (64-bit)

Git for Windows 2.46.0 (64-bit)

  -  65.1 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Git for Windows 2.46.0 (64-bit).


For those interested in downloading the most recent release of Git for PC (64-bit) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Git for Windows 2.46.0 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Git for Windows 2.46.0 (64-bit) Screenshot 1
  • Git for Windows 2.46.0 (64-bit) Screenshot 2
  • Git for Windows 2.46.0 (64-bit) Screenshot 3

What's new in this version:

New Features:
- Comes with Git v2.46.0
- Comes with OpenSSL v3.2.2
- Comes with PCRE2 v10.44
- Comes with OpenSSH v9.8.P1
- Comes with Git Credential Manager v2.5.1
- Comes with MinTTY v3.7.4
- git config respects two user-wide configs: .gitconfig in the home directory, and .config/git/config. Since the latter isn't a Windows-native directory, Git for Windows now looks for Git/config in the AppData directory, unless .config/git/config exists.
- The FSMonitor feature is no longer experimental, and therefore no longer offered as installer option. Users are encouraged to enable this on a per-repository basis, via the config setting core.fsmonitor=true (scalar clone does this automatically).
- The server-side component of OpenSSH, which had been shipped with Git for Windows for historical reasons only, is now no longer distributed with it
- Comes with cURL v8.9.0

Fixed:
- Git Bash's ls command can now be used in OneDrive-managed folders without having to hydrate all the files
- Git LFS v3.5.x and newer no longer support Windows 7. Instead of a helpful error message, it now simply crashes on that Windows version, leaving the user with the error message "panic before malloc heap initialized". This has been addressed: In addition to the unhelpful error message, Git is now saying what is going on and how to get out of the situation.
- As of v2.45.0, the manual pages of git clone and git init were broken, which has been fixed