File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -208,3 +208,13 @@ The sample applications are used as integration tests during the build (when you
208208they cannot be called directly, and so instead are launched via the
209209`maven-invoker-plugin`. If you encounter build failures running the integration tests,
210210check the `build.log` file in the appropriate sample directory.
211+
212+
213+ == Cloning the git repository on Windows
214+ Some files in the git repository may exceed the Windows maximum file path (260
215+ characters), depending on where you clone the repository. If you get `Filename too long`
216+ errors, set the `core.longPaths=true` git option:
217+
218+ ```
219+ git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot
220+ ```
You can’t perform that action at this time.
0 commit comments