-
Notifications
You must be signed in to change notification settings - Fork 137
KBFSGIT port to Android? #1231
Comments
I'm curious whether it would be possible to install just the helper in an app like Termux that gives a fairly full featured Linux environment on Android and can be allowed to access the shared storage areas fairly easily. |
I'm using the git-remote-gcrypt helper on Termux, so the From the
|
@jean if I may ask, how did you get |
As far as I can tell the keybase remote git support requires kbfuse which uses FUSE to do mounts. And Termux doesn't work with fuse, I think. |
Alright, I think it all works now! |
I would like to be able to see and edit Git repositories directly from Android devices. There already exists Android Git clients, but AFAICT none of them supports your remote helper. Could you fix that somehow by porting the necessary code for using Keybase Git on Android? I would prefer to not need to use a local computer as a private proxy to access it.
I know KBFS itself currently only have read access on Android and I assume parts of the backend is shared between these features. So I would have guess you need to add support for write access to that too?
The text was updated successfully, but these errors were encountered: