Skip to content

Commit

Permalink
Change the ssh clone method to https method
Browse files Browse the repository at this point in the history
Change the ssh clone method to https method to fix the problem of [email protected]: Permission denied (publickey).
  • Loading branch information
expoli authored and yonghong-song committed Apr 19, 2023
1 parent 465e544 commit af8985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ apt-get install flex bison libssl-dev libelf-dev dwarves
First, you will need to checkout the WSL2 Linux kernel git repository:
```
KERNEL_VERSION=$(uname -r | cut -d '-' -f 1)
git clone --depth 1 git@github.com:microsoft/WSL2-Linux-Kernel.git -b linux-msft-wsl-$KERNEL_VERSION
git clone --depth 1 https://github.com/microsoft/WSL2-Linux-Kernel.git -b linux-msft-wsl-$KERNEL_VERSION
cd WSL2-Linux-Kernel
```

Expand Down

0 comments on commit af8985b

Please sign in to comment.