File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,7 @@ Make sure your configuration has it enabled. The following command must not retu
183183git config core.symlinks
184184```
185185
186- If you're on Windows and the above command returns ` false ` then you need to enable the setting
187- and re-clone the Druid repository.
186+ If the above command returns ` false ` then you need to enable this setting and reset your clone.
188187
189188##### Enabling git supprot for symbolic links on Windows
190189
@@ -214,7 +213,15 @@ do by executing the following command as Administrator:
214213git config --system core.symlinks true
215214```
216215
217- Now you should be all set. Just need to re-clone the Druid repository.
216+ Then you must also change the configuration of your local clone of the Druid repository,
217+ by executing the following commands in the repo directory:
218+
219+ ``` sh
220+ git config --local core.symlinks true
221+ git reset --hard
222+ ```
223+
224+ Now you should be all set.
218225
219226#### Publishing the crates
220227
You can’t perform that action at this time.
0 commit comments