client
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/`
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
Seems to be restricted to my f39 linux system. On Win11, everything works as expected.
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.