| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d711942 commit cf47384
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -691,6 +691,15 @@ disk space. | |||
| 691 | 691 | git clone https://github.com/nodejs/node.git | |
| 692 | 692 | cd node | |
| 693 | 693 | ``` | |
| 694 | + | ||
| 695 | + > \[!TIP] | ||
| 696 | + > If you are building from a Windows machine, symlinks are disabled by default, and can be enabled by cloning | ||
| 697 | + > with the `-c core.symlinks=true` flag. | ||
| 698 | + > | ||
| 699 | + > ```powershell | ||
| 700 | + > git clone -c core.symlinks=true <repository_url> | ||
| 701 | + > ``` | ||
| 702 | + | ||
| 694 | 703 | * If the path to your build directory contains a space or a non-ASCII character, | |
| 695 | 704 | the build will likely fail | |
| 696 | 705 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments