Skip to content

Conversation

@luchihoratiu
Copy link
Contributor

Due to unknown environment changes in GitHub Actions runners, we encountered the following error:
fatal: cannot create directory at 'spec/vcr/GitHubChangelogGenerator_OctoFetcher/_fetch_closed_issues_and_pr/when_API_call_is_valid/returns_pull_request_with_proper_key': Filename too long

As seen here, it was happening when trying to clone https://github.com/skywinder/github-changelog-generator, which indeed has very long paths in spec folder.

This commit allows git to use long paths in our GitHub Actions workflows by running:
git config --global core.longpaths true

Due to unknown environment changes in GitHub Actions runners, we
encountered the following error:
`fatal: cannot create directory: Filename too long`

This commit allows git to use long paths in our GitHub Actions
workflows.
@luchihoratiu luchihoratiu requested a review from a team November 10, 2020 13:14
@gimmyxd gimmyxd merged commit 5fbadf1 into puppetlabs:main Nov 10, 2020
@BobosilaVictor BobosilaVictor added the maintenance Maintenance chores are typically excluded from changelogs label Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance chores are typically excluded from changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants