Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Keybase-cli 在 Android 上的 Termux 中安装和运行。但是,我不知道使用 git helper 是否应该在该环境中工作。
如果我从 Keybase 添加一个遥控器(即 keybase = keybase://private/user/repo)并运行 git fetch keybase,
git fetch keybase
我收到消息
git-remote-keybase 错误:(1)keybase 没有运行:尝试'run_keybase'
但是,找不到此脚本。其他人试过这个吗?我错过了什么?
正如墨菲定律所说,只有在发布正确的问题后才能找到答案。
GitHub上的一个问题显示魔术命令是
keybase service
在此之后,带有 Keybase 存储库的 Git 可以正常工作。