Skip to content
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

Alternative method to git clone submodule on iPadOS #1

Open
bao3 opened this issue Feb 24, 2021 · 1 comment
Open

Alternative method to git clone submodule on iPadOS #1

bao3 opened this issue Feb 24, 2021 · 1 comment

Comments

@bao3
Copy link

bao3 commented Feb 24, 2021

  1. install iVim , we need to reboot the iPadOS 14.0+ to create “iVim” folder automatically.
  2. install iSH app, run apk add git in the iSH app.
  3. mount the “iVim” to the iSH , the command is mount -t ios iVim /mnt , then select the iVim folder in the pop up window .
  4. in the iSH command line , run :
cd /mnt
git clone --recurse-submodules  https://github.com/brettc/ivim.git
  1. then as Getting Going in the 5th step ,
    echo “source ~/ivim/vimrc” > /mnt/.vimrc
    ( you could also run vi /mnt/.vimrc in iSH app)

Ok that’s all

@GregoryShields
Copy link

GregoryShields commented Jul 6, 2021

I followed the steps here exactly. When I then attempt to edit files, I get this error…

vim-stay error E739: Cannot create directory: /var/mobile/Containers/Data/Application/6CBA11C4-655E-4B24-8E5D-E1F88802E8E2/Documents/.vim/view

Something to do with vim-stay/FastFold apparently.
Even when I delete iVim and install fresh, this error appears. Surely you’ve encountered the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants