Replies: 2 comments 2 replies
-
Unfortunately, we can't help you without a reproducible example. You don't need to share the example with sensitive data, but you can try to create a similar example that doesn't have sensitive data and still triggers the bug. |
Beta Was this translation helpful? Give feedback.
-
This errors comes from our Powershell call use to zip the files in the meca bundle. We use Just to be on the same page, we create the MECA bundle in specific case: https://quarto.org/docs/manuscripts/components.html#meca-bundle Did you do this activation for Long File Path ?
This is suprising. I'll try to check if we somehow do not ignore the hidden .git folder. I can't reproduce this, so I am surprised that removing the git repo solved it. However, you also copy pasted the folder to another location, and maybe The MAX_PATH limit is well known on Windows, and not all the tooling may support Long File Path. So maybe compress-archive does not.
Can you give us at least some insigths on where this project is as a Path on your system ? Just to check how long this path is. Some tools helps to detect those problematic file path too |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am writing my first manuscript in Quarto (unfortunately, I can't share it as it contains sensitive data), it was all working brilliantly until I started to get an error, when I try and run
quarto render
:I am on windows 11 and have enabled long paths but still get this error. I am not really sure why I keep getting this error.
I have copy and pasted the manuscript folder and removed the .git file and it then rendered fine (I am not sure why this is).
Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions