keybase support (or alternative schemes)

Labels: area/git kind/feature priority/backlog

Timeline

ack ack (myf) opened

I was able to use git-bug with keybase repositories. the git url is usually something like keybase://team/teamname/repository, and the older version of git-bug was able to recognize it. Similarly if i had a url such as ssb://xxxx for scuttlebutt or ipfs://xxxx for ipfs, git-bug worked perfectly as a self-hosted git issue tracker for distributed networks.

However after a certain update the alternative schemes are not longer supported. Pushing via "git bug push" will result in: Error: unsupported scheme "keybase"

I would like to know if there's an interest in solving this and if anyone knows more info about it. Thanks

Michael Muré (MichaelMure) commented

That likely happened when moving from calling the system git binary to using go-git. Which also means that the fix would likely need to happen there.

That'd be nice indeed.

github-actions (github-actions) added label lifecycle/stale

sudoforge added label kind/bug

sudoforge added label area/git

sudoforge removed label lifecycle/stale

sudoforge added label priority/backlog

github-actions (github-actions) added label lifecycle/pinned

sudoforge removed label lifecycle/pinned

sudoforge removed label kind/bug

sudoforge added label kind/feature