Integrates Git Bash and Git GUI into Windows PC!

Git for PC

Git for Windows 2.54.0

  -  62.2 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.54.0.


For those interested in downloading the most recent release of Git for PC 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!

Why is this app published on FileHorse? (More info)
  • Git for Windows 2.54.0 Screenshots

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

    Git for Windows 2.54.0 Screenshot 1
  • Git for Windows 2.54.0 Screenshot 2
  • Git for Windows 2.54.0 Screenshot 3

What's new in this version:

Fixed:
- The iconv executable, which was inadvertently dropped from Git for Windows v2.53.0's installer, is now included again
- In some circumstances, when typing while a still-running program is about to terminate, the typed characters could arrive out of order in Git Bash. This bug was fixed.
- Similar to how git clean already avoids traversing NTFS junctions, git worktree remove now does the same
- The number of CPU cores is now detected correctly on multi-socket systems
- When fetching/pushing via Secure Channel (the default TLS/SSL method), the timeout to renegotiate (e.g. using client certificates) was recently reduced to 7 seconds, which was too short. It has been extended to 60 seconds.
- The recent security bug fix that disables NTLM by default missed the NTLM fallback in the Kerberos protocol. This fallback is now disabled, following the cURL project's guidance.
- A really old bug which prevented Kerberos authentication from working with the default http.emptyAuth ("auto"), was fixed
- The git instaweb command is no longer distributed with Git for Windows because it would require GitWeb (which has not been distributed with Git for Windows for quite a few years)