0

Keybase-cli installs and runs in Termux on Android. However, I can't figure out if using the git helper is supposed to work in that environment or not.

If I add a remote from Keybase (i.e. keybase = keybase://private/user/repo) and run
git fetch keybase,

I get the message

git-remote-keybase error: (1) keybase isn't running: try 'run_keybase'

This script cannot be found, though. Have others tried this? What am I missing?

Alen Siljak
  • 2,482
  • 2
  • 24
  • 29

1 Answers1

1

As Murphy's Law states, one finds an answer only after posting the right question.

An issue on GitHub shows that the magic command is

keybase service

After this, Git with Keybase repositories works fine.

Alen Siljak
  • 2,482
  • 2
  • 24
  • 29