Integrates Git Bash and Git GUI into Windows PC!

Git for PC (64-bit)

Git for Windows 2.45.1 (64-bit)

  -  64.7 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.45.1 (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.45.1 (64-bit) Screenshots

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

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

What's new in this version:

Fixed:
- Recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion that can be exploited to execute just-cloned code during the clone operation
- Repositories can be configured to execute arbitrary code during local clones. To address this, the ownership checks introduced in v2.30.3 are now extended to cover cloning local repositories.
- 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 repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user.
- 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 the target repository in the objects/ directory.
- It is supposed to be safe to clone untrusted repositories, even those unpacked from zip archives or tarballs originating from untrusted sources, but Git can be tricked to run arbitrary code as part of the clone.
- Defense-in-depth: submodule: require the submodule path to contain directories only
- Defense-in-depth: clone: when symbolic links collide with directories, keep the latter
- Defense-in-depth: clone: prevent hooks from running during a clone
- Defense-in-depth: core.hooksPath: add some protection while cloning
- Defense-in-depth: fsck: warn about symlink pointing inside a gitdir
- Various fix-ups on HTTP tests
- HTTP Header redaction code has been adjusted for a newer version of cURL library that shows its traces differently from earlier versions
- Fix was added to work around a regression in libcURL 8.7.0 (which has already been fixed in their tip of the tree)
- Replace macos-12 used at GitHub CI with macos-13. ci(linux-asan/linux-ubsan): let's save some time
- Tests with LSan from time to time seem to emit harmless message that makes our tests unnecessarily flakey; we work it around by filtering the uninteresting output.
- Update GitHub Actions jobs to avoid warnings against using deprecated version of Node.js