mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-08-25 20:34:06 -05:00
Clarify cloning the repo using WSL instead of Git Bash
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user