Filename too long - gh-pages
and gatsby build
#33410
Unanswered
TylerAPfledderer
asked this question in
Help
Replies: 1 comment
-
You might want to look at https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing and https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows to enable longpaths on windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
Trying to deploy this project to Github Pages via the
gh-pages
dependency, but keep receiving a 'filename too long' error that stalls the deploy. Currently, the filename referenced in the static folder insidepublic
looks to be a Microsoft license file that doesn't appear when building the minimal starter project.Reproduction Link
Not able to reproduce via minimal project
Steps to Reproduce
Not able to reproduce.
See actual project
Expected Result
Deployment of the
public
folder to Github pagesActual Result
The following output in the terminal when running
yarn deploy
:Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions