Windows – fast install of GitHub.
If you want to quickly install GitHub in Windows, then you can use PowerShell and the winget utility, like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | C:\>powershell Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\> winget install --id Git.Git -e --source winget Found Git [Git.Git] Version 2.41.0 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Downloading https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.1/Git-2.41.0-64-bit.exe ██████████████████████████████ 57.8 MB / 57.8 MB Successfully verified installer hash Starting package install... The installer will request to run as administrator, expect a prompt. Successfully installed |