git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.53k stars 1.28k forks source link

Add support for Keybase remotes #630

Open j-f1 opened 4 years ago

j-f1 commented 4 years ago

I have a (bare, not sure if that matters) repo with a Keybase Git remote. I am unable to fetch from or push to this remote in GitUp because I get this error:

Failed connecting to "origin" remote: failed to resolve address for keybase: nodename nor servname provided, or not known

The remote URL is keybase://private/j_f/dotfiles and I have git-remote-keybase installed and on my PATH.

Is there any way to fix this?

sesam commented 2 years ago

gitup uses libgit2 so this feature would have to first be added in libgit2