I am trying to get the Obsidian Git plugin to work on windows 10.
So far, I have…
- set up a remote repo on GitHub,
- set up a local repo in my vault folder,
- linked the two, using SSH,
- and added the SSH key to the ssh-agent.
- download and enable Obsidian Git.
The Problem: Obsidian Git doesn’t seem to be able to commit or push changes.
From the command line, I can easily stage, commit and push to Github.
After Obsidian Git is set to sync, I can see that changes have been staged, but not committed (see pic below: red line was before scheduled sync, green line after).
Any ideas why this is happening / how to fix it?
cheers!