Forum > Windows (32/64)
Git for Windows XP
JuhaManninen:
I installed Windows XP to VirtualBox. My idea is to test Lazarus compilation sometimes there. WinXP support would be nice have some more time.
So I installed FPC.
Then I tried to install Git. The last version of GitForWindows that supports WinXP is 2.10 but there is no download for it.
https://gitforwindows.org/requirements.html
The last TortoiseGit version to support WinXP is 1.8.16. I downloaded and installed it.
File manager integration was done and new popup TortoiseGit items appear but they refuse to run. The complaint is a missing Git executable and a link to GitForWindows page is given.
Does anybody run Git on WinXP? How to do it?
TRon:
--- Quote from: JuhaManninen on July 25, 2023, 06:01:04 pm ---Then I tried to install Git. The last version of GitForWindows that supports WinXP is 2.10 but there is no download for it.
--- End quote ---
? https://github.com/git-for-windows/git/releases?page=24
--- Quote from: JuhaManninen on July 25, 2023, 06:01:04 pm ---Does anybody run Git on WinXP? How to do it?
--- End quote ---
I did back in the day using msys(2). that had everything required for development integrated but have no idea if it still exist.
white_zombie:
Hello Juha,
I run Git on several WinXP installed on Virtualbox.
I set up these virtual machines several years ago, and I copy them every time I change my development laptop, so I don't remember the installation process.
But I checked what I have installed and this is it.
GIT: 1.9.5.msysgit.0
Tortoisegit: 1.8.13.0
JuhaManninen:
--- Quote from: TRon on July 25, 2023, 06:09:18 pm ---? https://github.com/git-for-windows/git/releases?page=24
--- End quote ---
OK, now I understand what happened.
When I open this page :
https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1
with a modern browser version, I see download links under the "Assets" section.
When I open the same page with Firefox ESR 52.9 under WinXP, the "Assets" does not open. It shows a circle animation like it waits for something.
MS IE refuses to even open the page.
New Firefox versions do not support WinXP, thus I had to install an oldish one.
Yes, using WinXP becomes more and more difficult. Many internet pages require a modern browser but WinXP does not support them.
I must copy the file through some server or e-mail. I guess "Git-2.10.0-32-bit.exe" is enough.
--- Quote ---I did back in the day using msys(2). that had everything required for development integrated but have no idea if it still exist.
--- End quote ---
Thanks white zombie also for your comments.
I also remember installing msysgit many years ago. It has a unix emulator. I understood the Git for Windows is Git compiled for Windows native.
It is very confusing though. This page :
https://msysgit.github.io/index.old.html
writes "Git for Windows" all over. So which one is it?
JuhaManninen:
--- Quote ---I must copy the file through some server or e-mail.
--- End quote ---
Google drive server or gmail at least don't work for that. A mail does not accept so big attachments and Google drive requires a recent browser once again.
No worries, Drag'n'drop from my host Linux OS to VirtualBox / WinXP works perfectly. It does not work with some OS but with WinXP it does. Super handy!
I ran the Git 2.10 installer. Everything went smoothly and then works.
It all resembles the msysgit version. There is MINGW32 console where Unix commands work.
Is Git compiled for Windows but a Unix emulator is included anyways? I don't know.
Navigation
[0] Message Index
[#] Next page