-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"fatal: Unable to find remote helper for 'keybase'" when installing keybase from source #8815
Comments
You'll also need to be running the |
Great! Thanks. Works perfectly now. For future reference, here's what I did on my Chromebook after installing Go: Pre-reqs
Install keybase go get -u -v github.com/keybase/client/go/keybase
go install -v -tags production github.com/keybase/client/go/keybase
keybase login Install kbfsfuse
Install git-remote-keybase
Edited March 2019 to update path to |
Those instructions worked perfectly for me on a Raspberry Pi - though I didn't need to make the
|
Thanks for sharing this @schollz, etc. Following are the complete steps I took to build headless keybase on a pi 3 b+ (an ARM architecture). Pre-reqs
increase raspbian default swap from 100 (I chose 512, probably overkill)
Build and install keybase
|
After seeing the release today, I've been trying out the private git with keybase. It works great on Linux (installed with the deb) and Windows (installed with exe). I'm having trouble with using it on a
armhf
Chromebook.On my chromebook I installed
keybase
with Go (go version go1.8.3 linux/arm
) following these instructions and logged in just fine. However I get an error when I try to clone my private repo with git (git version 2.7.4
):This command worked perfectly on Windows and Linux64 when using the production installers.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: