denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.14k stars 250 forks source link

[Bug]: host verification key failed #673

Open cvan20191 opened 5 months ago

cvan20191 commented 5 months ago

Describe the bug

i am trying to sync between two devices and i am getting "host verification key failed" error on the obsidian app, however everything is works if i use it through my terminal. this is just app specific. How do i fix this?

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

No response

Steps to reproduce

cmd p > git push or any connection through git in obsidian

Expected Behavior

No response

Addition context

No response

Operating system

Windows

Installation Method

None

Plugin version

2.22.1

DistroByte commented 5 months ago

Hi, this is usually caused by git not trusting the identification of your git remote provider. Are you using Github?

You can follow this stackoverflow post to resolve your issue. If you have any further issues, come back!

summer2788 commented 3 months ago

same issue, I tried all things that I can, also followed the solution in this stackoverflow post

VerySweetBread commented 1 week ago

@DistroByte

however everything is works if i use it through my terminal