How can I use git extension at iphone, ipad. clone error occur

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

I did this way Start integration

  1. create an empty vault
  2. install the obsidian-git plugin
  3. obsidian-git plugin presets
  • Username on your git server. E.g. yourusername on GitHub: Enter Github username
  • Password/Personal access token: enter your Github access token
  1. open the command palette → select Obsidian Git: Clone an existing remote repo.
  2. enter the https git repository URL
  3. select a space that is not a Valut Root
  4. question about the existence of .obsidian file: YES
  5. about conflicts in the .obsidian file: delete all your local config and plugins 9.
  6. about clone depth: Select a space.
  7. clone proceeds~.
  8. if alerted on restart, shut down Obsidian and restart it
  9. re-enter username, token from ==3== because the existing repository was overwritten
  10. Obsidian-git configuration window
  • Author name for commit: Enter your commit username
  • Author email for commit: Enter your commit email
  1. test the integration with Command Palette - pull
  2. Done!

Questions

When I did the above on my iPhone and iPad, obsidian turned off during initializing. Once turned off, I’m stuck with obsidian with no git installed.

The Git repository I want to integrate with is about 400MB all told.

Things I have tried

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.