Skip to content

Commit 3dcdb98

Browse files
authored
Docs: Add note about Git longpaths on Windows (#226)
1 parent 6cb4a13 commit 3dcdb98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,12 @@ unclassified:
379379
380380
## Development
381381
382+
### Git
383+
384+
Start by cloning the project.
385+
386+
**Note for Windows users:** some of the file paths in this project may exceed the legacy Win32 path length limit. This may cause an error when cloning the project on Windows. If you see this error, enable Git's Windows longpaths support with `git config --system core.longpaths true` (you might need to run Git as Administrator for this to work). Then try to clone the project again.
387+
382388
### Dependencies
383389

384390
- Docker

0 commit comments

Comments
 (0)