Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory at C:/Strawberry/perl/lib/File/Find.pm line 470. #373

Closed
dluminello opened this issue Feb 25, 2019 · 1 comment

Comments

@dluminello
Copy link

Hi,

I have one repository that I am scanning and the job keeps failing with the below error.
Can't cd to ../../../../../../../.. from C:\Jenkins\jobs\Test-CLOC\workspace\temp/sites/all/modules/contrib/service_container/modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_test/src/Plugin/Plugin5/Plugin5A: No such file or directory at C:/Strawberry/perl/lib/File/Find.pm line 470.

I did see in another issue/comment about Long paths under windows being an issue. So I did set the Git longpaths to true. Not sure what else the issue could be.
git config --system core.longpaths true

@AlDanial
Copy link
Owner

Yeah, this is a repeat of #58. The limitation is within Perl itself so there isn't much I can do. A suggestion was made under that issue about UNC paths, so possibly try that--and report results there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants