when i use git download the code,but its always fail.because!!!
filename was over win10 max filename length.
spring-boot\spring-boot-project\spring-boot-tools\spring-boot-gradle-plugin\src\test\resources\org\springframework\boot\gradle\tasks\buildinfo\
BuildInfoIntegrationTests-notUpToDateWhenExecutedTwiceWithFixedTimeAndChangedGradlePropertiesProjectVersion.gradle
please check it. thk.
Comment From: Soontao
try this (as an administrator):
git config --system core.longpaths true
Comment From: wilkinsona
Thank you, @Soontao.
@JasonYan025, this configuration setting is described in the contributing guidelines.