Skip to content

Commit

Permalink
GITBOOK-359: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewwww authored and gitbook-bot committed Nov 20, 2024
1 parent 31b4538 commit f366dcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitbook/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\...\\crynux-

It is due to the long path limitation on Windows. Please enable the long path support according to this guide, and then restart the computer:

[Enable Long Path Support on Windows](https://docs.lucentsky.com/en/avm/how-to/enable-long-path-support)
**Enable Long Path Support on Windows**

Open the Windows Registry Editor by pressing `Win + R` and typing `regedit`. Navigate to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem`. Find the `LongPathsEnabled` DWORD (create it if not exist) and set its value to `1`.

### Otherwise

Expand Down

0 comments on commit f366dcf

Please sign in to comment.