denolehov / obsidian-git

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

[Bug]: Obsidian crashes when cloning on Xiaomi Pad 6 #629

Open Meddrin opened 8 months ago

Meddrin commented 8 months ago

Describe the bug

When opening a fresh vault, adding the obsidian git plugin, and trying to clone my repository, the app suddenly crashes at the initialising clone message. Reinstalling the plugin or the app did not help.

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

No response

Steps to reproduce

Take a xiaomi pad 6. Open a new vault. Try to clone a repository. Observe the crash.

Expected Behavior

No response

Addition context

No response

Operating system

Android

Installation Method

None

Plugin version

2.22.0

sensn commented 8 months ago

I have the same problem on Samsung Note 4. Used to work before, now crash on clone.

Meddrin commented 8 months ago

Update: Checked on my phone, and it also crashes on clone. Starting to suspect it is not device related. Maybe instead some error with the repo itself.

idalsin commented 8 months ago

Having a similar issue with a fresh clone on iOS.

sensn commented 8 months ago

It seems to only crash when cloning a private repo. Just tried cloning public repo and it worked. With my private one it keeps crashing on clone. It's strange because same version of the plugin used to work, but suddenly it keeps crashing. It seems more like a problem with this Iso-git?

matveyvolodin commented 6 months ago

I have the same problem on my oppo and galaxy tab. Did you solve it guys?

Meddrin commented 6 months ago

I have the same problem on my oppo and galaxy tab. Did you solve it guys?

I did a workaround. For me the app only crashes on clone, but the commit, pull and push works fine. So instead of cloning, I manually transfer the files to the new device (I personally used syncthing). After it has the files, I can commit and etc. and everything works fine.

idalsin commented 6 months ago

I have the same problem on my oppo and galaxy tab. Did you solve it guys?

I abandoned the workflow and switched to an alternative structure using Working Copy instead.

matveyvolodin commented 6 months ago

I have the same problem on my oppo and galaxy tab. Did you solve it guys?

I did a workaround. For me the app only crashes on clone, but the commit, pull and push works fine. So instead of cloning, I manually transfer the files to the new device (I personally used syncthing). After it has the files, I can commit and etc. and everything works fine.

Thank you, i did the same and it works well!