gpt4 book ai didi

c# - SharpSVN:无法连接到 URL 上的存储库 |禁止访问

转载 作者:行者123 更新时间:2023-11-30 22:12:03 25 4
gpt4 key购买 nike

            client.Authentication.DefaultCredentials = new NetworkCredential("login",
"pswd",
new Uri("address").AbsoluteUri);
client.Authentication.SslServerTrustHandlers += delegate(object sender, SvnSslServerTrustEventArgs e)
{
e.AcceptedFailures = e.Failures;
e.Save = true; // Save acceptance to authentication store
};

我尝试连接到只读存储库,但出现异常:

'Unable to connect to a repository at URL'|'Access Forbidden'

当然,URL 和登录\密码是正确的。

尝试从 VisualSVN 和 TotroiseSVN 连接,没问题。

但是 SharpSVN 让我很头疼。

最佳答案

试试这个

client.Authentication.ForceCredentials("login", "pswd");

关于c# - SharpSVN:无法连接到 URL 上的存储库 |禁止访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19913792/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com