Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Git 1.9.5 on Windows 10

Tags:

git

windows-10

Is anybody else having trouble installing Git 1.9.5 on Windows 10 Pro? After numerous restarts, it still will not do anything. E.g., I click the exe - wait, the Windows load pointer shows. Continue waiting. Nothing.

Has anybody managed to install it successfully?

like image 427
keldar Avatar asked Oct 31 '22 22:10

keldar


1 Answers

Since Git isn't codesigned, Windows is trying to look it up against a corpus of known good (but unsigned) installers. It downloads the entire list of data (rather than send information about what you're installing to Microsoft.) You can wait (don't restart!) for this data to download or you can disable this scan.

It should be in Settings > Update & Security > Windows Defender. Turn off the Real-time Protection and Cloud-based Protection options, then you should be able to install without a delay.

like image 163
Edward Thomson Avatar answered Nov 11 '22 02:11

Edward Thomson