diff options
author | Tobse <1190109+TobseF@users.noreply.github.com> | 2019-02-04 08:35:06 +0100 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-03-06 10:30:35 +0200 |
commit | fa6a898dec77207bb942d5a03e4088e11071767d (patch) | |
tree | 3e2e4ca41e66e60d859e057106f6a8147c3a32eb | |
parent | 89da017944070e9e2de6b032d6c3c2daad607695 (diff) | |
download | vaadin-framework-fa6a898dec77207bb942d5a03e4088e11071767d.tar.gz vaadin-framework-fa6a898dec77207bb942d5a03e4088e11071767d.zip |
Add git config hint to README to allow long paths in Windows (#11445)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ The distribution files can be built by running the standard Maven goal `mvn inst 1. Run <code>git clone https://github.com/vaadin/framework.git</code> command or clone the repository your favorite Git tool. -If using Windows, you might want to add these Git settings: `core.autocrlf=false` and `core.fileMode=false`. +If using Windows, you might want to add these Git settings: `core.autocrlf=false`, `core.fileMode=false` and `core.longpaths=true`. 1. Run <code>mvn install</code> in the project root. Note that the first compilation takes a while to finish as maven downloads dependencies used in the projects. 1. Start Eclipse with the workspace you would like to use. It is usually a good idea to use the parent folder of the Git repository as the workspace folder. |