We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd029b commit a2b39e5Copy full SHA for a2b39e5
doc/windows.md
@@ -102,6 +102,14 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
102
scoop install git ruby
103
```
104
105
+ The windows version of `git` configured with `autocrlf` is `true`. The Ruby
106
+ test suite may fail with `autocrlf` set to `true`. You can set it to `false`
107
+ like:
108
+
109
+ ```batch
110
+ git config --global core.autocrlf false
111
+ ```
112
113
5. You need to install required libraries using [vcpkg](https://vcpkg.io/) on
114
directory of ruby repository like:
115
0 commit comments