Error trying to run git-annex on Android version 8.1

This commit is contained in:
zjs@6d8d0d7eaa9899fb198baa3eb90d570c14abd2b8 2018-06-18 19:03:35 +00:00 committed by admin
parent 6d2616f86e
commit ac71326021

View file

@ -0,0 +1,17 @@
Hi,
I'm trying to get git-annex working on my Google Pixel running Android version 8.1 through Termux but I'm having some difficulty.
I copy-pasta'd the instructions found here: <https://git-annex.branchable.com/tips/install_on_Android_in_Termux/> until I got the following error when trying to run git-annex.linux/runshell
Running on Android.. Adding git-annex to PATH for you, and tuning for optimal behavior
proot error: execve("/data/data/com.termux/files/home/git-annex.linux/bin/sh"): No such file or directory
proot info: possible causes
* the program is a script but its interpreter (eg. /bin/sh) was not found;
* the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
* the program is a foreign binary but qemu was not specified;
* qemu does not work correctly (if specified);
* the loader was not found or doesn't work.
fatal error: see `proot --help`.
If I could get some help troubleshooting this that would be great. Thanks!