You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building/windows-requirements.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,12 @@ You must install several components to build the dotnet/runtime repository. Thes
10
10
11
11
## Enable Long Paths
12
12
13
-
The runtime repository requires long paths to be enabled. Follow the instructions provided here to modify the registry to opt into that feature: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#enable-long-paths-in-windows-10-version-1607-and-later
13
+
The runtime repository requires long paths to be enabled. Follow the instructions provided here to modify the registry to opt into that feature: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#enable-long-paths-in-windows-10-version-1607-and-later.
14
+
15
+
If using msysgit (aka Git for Windows) you might need to also configure long paths there. Using an admin terminal simply type:
0 commit comments