79215389

Date: 2024-11-22 14:27:00
Score: 1
Natty:
Report link

You can simply use winget which is a command-line tool for managing software packages on Windows 10 and 11, introduced by Ms as part of the Windows Package Manager. winget is included by default starting from Windows 10 version 1809 (build 17763) and in Windows 11. It's part of the App Installer package available from the Microsoft Store.

  1. Open powershell as administrator copy/paste the below command

  2. winget install --id Git.Git -e --source winget

This command will automatically download and install the latest version of Git. Follow any on-screen prompts to complete the installation.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sujeetkaka