Skip to content

Commit

Permalink
Document git command to clone the repo on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
imgx64 authored and wilkinsona committed Feb 15, 2018
1 parent 83626c7 commit f80aa58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,10 @@ The sample applications are used as integration tests during the build (when you
they cannot be called directly, and so instead are launched via the
`maven-invoker-plugin`. If you encounter build failures running the integration tests,
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:
```
git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot.git
```

0 comments on commit f80aa58

Please sign in to comment.