You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into issue 90, where I cannot edit my vimrc file properly even with root.
$HOME points to /data, although I think it should point to /data/data/net.momodalo.app.vimtouch/files/vim #90
I want to build Vimtouch, and I have download the source code by using:
git clone git://github.com/nwf/vimtouch.git
But , When I run prepare-clean-checkout.sh, got an error:
Cloning into 'libncurses'...
Permission denied(publickey).
fatal: Could not read from remote repository.
I checked prepare-clean-checkout.sh, get libncurses source code by using:
git clone [email protected]:momodalo/android_external_libncurses.git -b vimtouch libncurses
looks like can't access the repo.
how to resolve this?
The text was updated successfully, but these errors were encountered: