解决Cornerston的Authentication provider raised an exception (first credentials)问题

用Cornerston的时候如果你碰到这样的错误:

Description : An error occurred while contacting the repository.
Suggestion : The server may be unreachable or the URL may be incorrect.
 
Technical Information
=====================
Error : V4CommunicationError
Exception : ZSVNCommunicationException

Causal Information
==================

Description : Unable to connect to a repository at URL '*******'
Status : 175002

Description : Connection to '****' failed
Status : 175002

Description : Authentication provider raised an exception (first credentials)
Status : 20014

 

在确认你的账号密码和svn的url没有错误的情况下你可以尝试如下的解决方案:

方案一:

在系统的其他里面找到钥匙串访问,然后再钥匙串访问中找到记录svn账号密码的那个项目如下图

解决Cornerston的Authentication provider raised an exception (first credentials)问题_第1张图片

然后把与svn账号密码有关的所有钥匙串都删除

解决Cornerston的Authentication provider raised an exception (first credentials)问题_第2张图片

然后重启Cornerston,重新输入账号密码,试试看问题是不是解决了

 

方案二:

1、edit respository

解决Cornerston的Authentication provider raised an exception (first credentials)问题_第3张图片

2、将图中保存钥匙串前面的对号点掉,然后再重新输入账号密码。记得是不选中保存钥匙串!!!解决Cornerston的Authentication provider raised an exception (first credentials)问题_第4张图片

 

3、再试试看,是不是能连上svn服务器了。

 

 

你可能感兴趣的:(解决Cornerston的Authentication provider raised an exception (first credentials)问题)