The suggested command git clone -c core.longPaths true https://github.com/spring-cloud/spring-cloud-contract.git fails because Git recognizes `true` as the repo to be cloned. Add equal sign (`=`) to fix this issue. This way Git will properly recognize `true` as the value for `core.longPaths`