Added instruction for autocrlf issue of Git on Windows
This commit is contained in:
parent
1bd029b1ea
commit
a2b39e5ca6
@ -102,6 +102,14 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
|
||||
scoop install git ruby
|
||||
```
|
||||
|
||||
The windows version of `git` configured with `autocrlf` is `true`. The Ruby
|
||||
test suite may fail with `autocrlf` set to `true`. You can set it to `false`
|
||||
like:
|
||||
|
||||
```batch
|
||||
git config --global core.autocrlf false
|
||||
```
|
||||
|
||||
5. You need to install required libraries using [vcpkg](https://vcpkg.io/) on
|
||||
directory of ruby repository like:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user