在我新安装的带有 KDE 的 CentOS 7 上使用 git 时,出现以下错误:
ksshaskpass(15344)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
error: /usr/bin/ksshaskpass died of signal 6
error: unable to read askpass response from '/usr/bin/ksshaskpass'
然而,这不会干扰 git 命令的执行。有什么线索可以解释为什么会发生这种情况吗?
更新:我确实继续并在再次export $(dbus-launch)
运行之前发出了命令git clone
。事实证明,这个错误是导致 KDE 钱包推出的原因,该钱包的界面有些错误。将尝试并将其报告给正确的团队。