-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Merge Conflicts not supported on mobile? #340
Comments
I have the same problem: I've got conflict on mobile and now can't make pull and as I right understand there are not in mobile ways to resolve conflicts :( @Vinzent03 you had discussion about conflicts in mobile version here Maybe our case helps you to resolve problem? |
I'm seeing this error as well and I'm not sure what to do |
Sorry, but I can't reproduce. Are you sure you have the same root history? So the histories are not completely divergent? |
Ah, I see that I had the merge strategy set to rebase for my desktop and merge on my phone. Git has problems when trying to mix strategies. Trying both to "merge" to see if that's better |
I was having the same issue with a fresh git install that I did in a new laptop. |
I have the same error. Laptop and iOS have merge strategy. After trying "pull" I have message "MergeNotSupportedError" |
I also have the same problem: I made the changes on my laptop yesterday and opened Obsidian on my mobile today. |
same problem on my Android phone. |
Following this as well, is there no way to resolve merge conflicts on mobile? I suppose that adding a sort of |
One workaround is as follows:
Apps like Working Copy might work where you can add local repos, but I think it's a premium feature. Not sure if like merge commits or rebases have caused pulling to stop working on my iPad, I remember seeing sth like only fast forwarding is recommended or sth. |
I have the same issue regularly, but here's how I solve it:
(7 is optional because I have found it useful to maintain the Hope this helps, good luck out there, and remember: commit early and often! 🚀 |
Thanks @sammorley-short! This work-around worked for me. |
Thanks. This really helps. |
Describe the bug
When attempting to pull on Obsidian mobile I get an error saying "MergeNotSupportedError: Merge with conflicts is not supported yet". I am unsure if this is a bug or it is just not supported yet like the message says. I saw an issue saying that merges should work on the Obsidian Git Mobile issue. If it is not supported then please let me know how I should handle this. Thanks.
Relevant errors (if available)
No response
Steps to reproduce
I have automatic pull enabled so when I startup Obsidian it attempts to pull down the changes however, it fails with a MergeNotSupportedError. I am unsure exactly what I did to cause this I assume I made some changes on my phone without syncing with my computer so things must have gotten out of sync.
Expected Behavior
No response
Addition context
No response
Operating system
iOS
Plugin version
2.6.0
The text was updated successfully, but these errors were encountered: