client icon indicating copy to clipboard operation
client copied to clipboard

`git push` is stalled on fedora 39 when 'Syncing encrypted data to Keybase' caused by corrupted files in `~/.local/share/keybase/`

Open aanno opened this issue 2 years ago • 2 comments

I encounter the following on fedora 39:

$ git push
Initializing Keybase... done.
Syncing with Keybase... done.
Preparing and encrypting: (0.00%) 0/9 objects... done.
Syncing encrypted data to Keybase: (0.00%) 0.00/171.86 KB...
# stalled forever

on

$ keybase --version
keybase version 6.2.3-20231016183016+06cb935ee3
$ git-remote-keybase --version
6.2.3-20231016183016+06cb935ee3
$ git --version
git version 2.42.0

Is there a way to provide more information?

Kind regards,

aanno

aanno avatar Nov 23 '23 17:11 aanno

Seems to be restricted to my f39 linux system. On Win11, everything works as expected.

aanno avatar Nov 26 '23 08:11 aanno

The problem has been caused by corrupted files in ~/.local/share/keybase/ . I deleted the directory, run run_keybase and logged in again with keybase login.

I guess that one of the `*.ldb' files has been corrupted.

I guess there is room for better error reporting in this case.

aanno avatar Dec 05 '23 09:12 aanno