denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.15k stars 252 forks source link

[Bug]: Fatal Detected Dubuious Ownership #614

Closed rxerium closed 9 months ago

rxerium commented 9 months ago

Describe the bug

image Hello, I would like to backup my vault to a github repo however I have the follow error:

Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)

No response

Steps to reproduce

Not entirely sure, this issue started occurring out of the blue last week.

Expected Behavior

The vault should backup without any issues.

Addition context

No response

Operating system

Windows

Installation Method

None

Plugin version

2.22.0

Vinzent03 commented 9 months ago

That's not an issue with this plugin. Somehow your user id has changed. But this is system level. Pease run the command provided in the error message in the terminal. But your repo is not stored locally, but on some server?

rxerium commented 9 months ago

I forgot to mention I did run the command but the issue persists (even are reinstalling the plugin). Yes, that is correct my vault is stored on my NAS server. I understand this is not an issue with the plugin but any guidance is appreciated. Thanks

Vinzent03 commented 9 months ago

Hmm I don't know how to fix that as I have no experience with that. Maybe ask on stackoverflow or some other git forums.

jippy89 commented 4 months ago

By the way, for people who got this problem, I solved this by initiating the git using the Command Prompt from the Obsidian itself. Add my remote repository, then tried to push it myself. And it worked.

I'm on Windows 11, saving my stuff using SSH on my personal laptop if anyone wondering.