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