Clarify cloning the repo using WSL instead of Git Bash

This commit is contained in:
Matthew Lopez
2024-09-05 10:18:04 -04:00
committed by GitHub
parent 5caf6b1f0f
commit 0909a20fbf

View File

@@ -30,7 +30,8 @@ Downloading this repo as a ZIP file from GitHub will **not** work because it use
:::tip[Tips for Windows users]
If you are using Windows, you should clone the repo **inside your WSL distro** for multiple reasons.
If you are using Windows, you should clone the repo **using the version of Git installed inside your WSL distro**, not
Git Bash from Git for Windows, for multiple reasons.
- This avoids Git messing with line endings and breaking shell scripts, which it can do when you clone a repo in Windows
(due to `autocrlf`).