Git error when rendering Manuscript Quarto documents #10694
-
DescriptionHi, I've recently been having some issues with rendering the Manuscript document type in Quarto. Upon hitting the Render button (to html), I get the following error in the background jobs pane. I'm a bit confused why Quarto is trying to access git at all - this is a run-of-the-mill document with only text for now, and no code. The error is somewhat intermittent, restarting and rendering works occasionally, so I'm a bit stuck on even getting a reprex for this. This is on an Intel Mac, R 4.4.0, Quarto 1.5.56.
My _quarto.yml file for this project is as follows:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is a Git error unrelated. The remote you set is either protected (private and you did not set credentials) or no longer exist. FYI, see below in the context of Manuscript project type: |
Beta Was this translation helpful? Give feedback.
-
I am also having this issue. My git credentials are correct, I have full access to my remote repository, and the issue comes and goes at random. Why is quarto having anything to do with git at all? |
Beta Was this translation helpful? Give feedback.
This is a Git error unrelated.
You have extensive results/answers regarding this online.
The remote you set is either protected (private and you did not set credentials) or no longer exist.
FYI, see below in the context of Manuscript project type: