devops: document git autocrlf fix on windows

This commit is contained in:
Andrey Lushnikov 2019-12-11 18:17:25 -08:00 committed by GitHub
parent 4861152766
commit 33864888d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,11 @@ change `<account-name>` and `<account-key>` with relevant keys/names.
> **NOTE:** No spaces or quotes are allowed here!
### 4. Checkout PlayWright to /c/
### 4. Disable git autocrlf
Run `c:\mozilla-build\start-shell.bat` and run `git config --global core.autocrlf false`.
### 5. Checkout PlayWright to /c/
Run `c:\mozilla-build\start-shell.bat` and checkout PlayWright repo to `/c/playwright`.