-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
While cloning repository on local machine getting "Filename too long" error for some of the classes from client-java-contrib module
error: unable to create file client-java-contrib/cert-manager/src/main/java/io/cert/manager/models/V1ChallengeSpecSolverHttp01IngressPodTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionInnerPreference.java: Filename too long
error: unable to create file client-java-contrib/cert-manager/src/main/java/io/cert/manager/models/V1ChallengeSpecSolverHttp01IngressPodTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionInnerPreferenceMatchExpressionsInner.java: Filename too long
To resolve the above issue, I executed the command below and then tried to clone the repository, and it worked.
git config --system core.longpaths true