docs: add WSL note about core.autocrlf to prevent CRLF issues (#512)

This commit is contained in:
Seokhee Park 2025-05-17 16:19:25 +09:00 committed by GitHub
parent 3057e1549b
commit 4b3f5f8468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,12 @@ From inside that directory you can:
- Get the latest development release by running `git pull` to download the
latest changes.
💡 **WSL note:** If you're using WSL, we recommend setting Git to use Unix-style line endings to prevent script execution errors:
```sh
git config --global core.autocrlf input
```
1. **Check out pyenv-virtualenv into plugin directory**
```bash