在尝试从git下载运行时代码库时遇到了问题。这是由于文件名检查可能导致绝对软件包+文件名相当长。
任何想法如何解决此问题。这阻止了签出代码fyi-我正尝试仅在我的C:/目录下下载。
https://github.com/mulesoft/mule
错误
error: unable to create file modules/deployment-model-impl/src/test/resources/domains/plugin-dependency-with-additional-dependencies-heavyweight/repository/org/mule/tests/test-dependant-plugin/4.2.0-SNAPSHOT/test-dependant-plugin-4.2.0-SNAPSHOT-mule-plugin.jar: Filename too long
Checking out files: 100% (4829/4829), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'