Github Desktop for Windows

To download and install GitHub Desktop on Windows, follow these steps:

  1. Go to the GitHub Desktop download page: https://www.githubdesktop.com/download/
  2. Under “Download for Windows,” click the “Download GitHub Desktop” button.
  3. Run the downloaded installation file.
  4. Follow the instructions in the installation wizard to complete the installation.

Alternatively, you can also install GitHub Desktop via the command line by using Chocolatey:

  1. Install Chocolatey:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  1. Install GitHub Desktop:
choco install github-desktop

Github Desktop Windows Install

How useful was this post?

Click on a star to rate it!

Average rating 4 / 5. Vote count: 1

No votes so far! Be the first to rate this post.