无法使用 meld svn 提交

Can't svn commit using meld

我无法使用 meld 进行 svn 提交,但命令行 svn 工作正常。 错误信息如下:

QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.

svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option

svn: E215004: コミットに失敗しました (詳しい理由は以下のとおりです): svn: E215004: Unable to connect to a repository at URL 'http://subversion/foo/bar'

svn: E215004: No more credentials or we tried too many times.

Authentication failed

Exit code: 1

谁能解决这个问题?

融合 1.8.4

ubuntu 14.04 LTS

谢谢。

根据您必须解决身份验证问题的错误:

svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option

如果您必须使用基本身份验证,请尝试将凭据作为 --username MyUser--password Pa$$w0rD 传递。

终于,这个毛病没有再出现了。 我认为重启 Linux 可以解决这个问题。