Install Git on Windows
This is a walkthrough for installing Git on Windows.
Installation
Using Winget CLI:
winget install git
Using Chocolatey:
choco install git
Or use the official Git for Windows installer. If you decide to use the installer, see the section below for important installation instructions.
Git for Windows Installer
Skip this section if you're using Chocolatey or Winget methods.
Before proceeding, close any open terminal windows such as Powershell and CMD/Command Prompt.
The Git installer will modify your PATH
environment variable. Terminals will not reload updates to
this variable while they are open!
-
Download and run the installer from here.
-
During the installation wizard, keep all options at their defaults.
-
When you reach the page of the wizard pictured below, ensure that the shown option is selected (again, this should be selected by default):
-
Once the installer completes, you should be able to run Recyclarr.