Git
Install Git on Windows
https://www.jcchouinard.com/install-git/
Follow instructions on https://www.youtube.com/watch?v=eB6rrsmwN0Y&t=375s
Install Docker
https://docs.docker.com/desktop/windows/install/
Before that
1. https://docs.microsoft.com/en-us/windows/wsl/install
2. Step 4 of https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package
Note
First
wsl --install produced the error
The requested operation requires elevation
Running PowerShell as Administrator with a Right-Click
One of the simplest ways to run PowerShell as administrator is with a right-click. There are a few different areas where you can right click on PowerShell and run it. Let’s run through them.
Using the Search Bar
The Search Bar is practically one of the easiest ways to run most of the programs installed on your computer. It’s also an easy way to run any program as administrator, including PowerShell.
To run PowerShell, specifically, as administrator from the search bar:
- Click on the search box at the taskbar and type powershell. This action will bring up the PowerShell edition of your preference.
- Look for Windows PowerShell or just PowerShell, if using PowerShell Core, from the search result.
- Right-click on the menu item and select Run as administrator
Comments
Post a Comment