Download installer for old version of Git

16,923

Where can I get an older version of git for Windows?

You're right, the download page links to old source releases on kernel.org.

However, the GitHub page for git-for-windows provides download links, where you can get 2.3.4 portable dev preview, for example.

(note, I don't see the final release of 2.3.4, but as per Ramhound's comment there is no guarantee this was released; what is presented should hopefully fit your needs)

Share:
16,923
David K
Author by

David K

Updated on September 18, 2022

Comments

  • David K
    David K over 1 year

    I need to install Git on an isolated computer which is not connected to the internet. This computer is extremely controlled, with all installations requiring approval and admin privileges (not me). The most recent version of git which is approved for the system is 2.3.4.

    Normally, I would just go to the website, download the single-file installer and bring it over to the computer to be installed. However, the current downloadable version of Git is 2.5.1. I see that there is a link to older versions, but they are all tarred folders of source code, which require other software (and therefore approvals) to compile and install git on Windows.

    My question: Since the older versions were the current versions at one point, they should have all had executable installers as well. Are these installers of older versions kept anywhere that are available to download? Or can anyone suggest an easier way to install an older version of git on Windows without being able to connect said computer to the internet?

    • laggingreflex
      laggingreflex over 8 years
      Came here looking for same answer. AFAIK, there weren't any (publicly released) builds for windows from version 1.8 to 2.5. So no wonder you won't find 2.3. However I can't even find 1.8 now, which is what I'll settle for. Anyone have any idea where could I find the last publicly released windows build which was 1.8??
    • laggingreflex
      laggingreflex over 8 years
  • Ramhound
    Ramhound over 8 years
    There isn't a guarantee that there was ever a final version released.
  • bertieb
    bertieb over 8 years
    @Ramhound ah, thanks for the info- will edit answer to reflect that :)