Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 98485c3

Browse files
authored
Merge pull request #1636 from flip111/patch-3
Update README.md
2 parents e93c547 + fe30d08 commit 98485c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ In order to avoid problems with long paths on Windows you can do either one of t
210210

211211
2. If the `Local Group Policy Editor` is available on your system, go to: `Local Computer Policy -> Computer Configuration -> Administrative Templates -> System -> Filesystem` set `Enable Win32 long paths` to `Enabled`. If you don't have the policy editor you can use regedit by using the following instructions [here](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#enable-long-paths-in-windows-10-version-1607-and-later). You also need to configure git to allow longer paths by using unicode paths. To set this for all your git repositories use `git config --system core.longpaths true` (you probably need an administrative shell for this) or for just this one repository use `git config core.longpaths true`.
212212

213+
In addition make sure `hie.exe` is not running by closing your editor, otherwise in case of an upgrade the executable can not be installed.
214+
213215
#### Download the source code
214216

215217
```bash

0 commit comments

Comments
 (0)