Commit dcc8a8b5 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish "Document git command to clone the repo on Windows"

See gh-12070
parent f80aa58c
......@@ -211,7 +211,10 @@ check the `build.log` file in the appropriate sample directory.
== Cloning the git repository on Windows
Some files in the git repository may exceed the Windows maximum file path (260 characters), depending on where you clone the repository. If you get `Filename too long` errors, set the `core.longPaths=true` git option:
Some files in the git repository may exceed the Windows maximum file path (260
characters), depending on where you clone the repository. If you get `Filename too long`
errors, set the `core.longPaths=true` git option:
```
git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot.git
git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment