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ウォレットがリリースされたことがわかりました。この問題を正しいチームに報告します。