-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feature Request: Support Keybase Git Repo #241
Comments
I'll have to check if keybase has an API I can work with. I'll let you know as soon as I figured it out. |
@cooperspencer Thanks for your interest in implementing this! But sadly, Keybase Git seems does not have an easy-to-use API since it's E2EE. I think "the API" can be used with libkb like https://github.com/keybase/client/blob/1dabf620ff94cac9eaabf8309b8b7611c5708bf5/go/git/put.go#L45 |
It also seems that |
Yes... it's a little hack as it requires encrypting before sending to keybase server |
I don't know why, but this never even came into my head. I use Keybase all the time, and it would have been awesome to get Keybase support. |
I think I have an idea to get it done. If Keybase is installed on the system, I could just do a |
Hope if gickup can be used to backup from/to keybase git
https://book.keybase.io/git
The text was updated successfully, but these errors were encountered: