Open In App

How to use Chocolatey Choco to Install GIT on Windows?

Linux Users do enjoy the advantage of installing hundreds of software with a  single command, so In WINDOWS we do have a WINGET package manager built in WINDOWS which is not sufficient so we have CHOCOLATEY so with this we can install most of the software from Spotify to Discord directly from the very genuine repository 

Prerequisites



Choco

 

 

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))



 

choco install git.install

 

 

 

git –version

 

If you are able to find Git after searching for it, then the installation was successful.

Article Tags :