Ok, I just reviewed and tested the linked guide. There’s some things there that are outdated and I’ve updated them now.
What was missing:
- When you shell into your container you have to make sure you
suas the same user as which silverbullet is running, this may berootorsilverbulletso you need to runsu silverbulletbefore running all the git commands to avoid permission errors. This is likely where your issues come from. To fix it, you can probably simplychown -R silverbullet /space - The guide was still linking to the Git plug, which is deprecated. I’ve now updated to recommend installing the Git library with the library manager instead.
- There was a step missing updating the origin upstream, which turned out to be necessary for my setup as I tested it. Added this too.
Btw, I’m assuming/hoping you misplaced this topic and you’re actually running v2, is that right?