This commit is contained in:
Joey Hess 2021-07-13 13:04:56 -04:00
parent ce6a288412
commit facf7d1d2e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 6"""
date="2021-07-13T16:58:59Z"
content="""
@datamanager this bug report is about a Windows-specific problem,
and it was fixed in 2017. You seem to be using Android, unless
Windows has gotten a termux app that I am not aware of?
It seems likely to me that if you look at
/data/data/com.termux/files/usr/bin/git-annex-remote-rclone,
it will start with "#!/bin/bash", and perhaps your android device
does not have a /bin/bash to run it with. Modifying the script to
use the path to termux's bash would probably fix that.
"""]]