【问题标题】:VS30063: You are not authorized to access https://xxxxx-tfsVS30063:你无权访问 https://xxxxx-tfs
【发布时间】:2017-03-07 15:00:36
【问题描述】:

尝试配置构建代理时出现以下错误。以下是我使用的命令,请指教如何解决。

C:\agent>config

>> Connect:

Enter server URL > https://xxxx-tfs-1
Enter authentication type (press enter for Integrated) >
Connecting to server ...

>> Register Agent:

Enter agent pool (press enter for default) >
Enter agent name (press enter for xxxx-TFS-1) >
Scanning for tool capabilities.
Connecting to the server.
Enter replace? (Y/N) (press enter for N) > y
Successfully replaced the agent
Testing agent connection.
VS30063: You are not authorized to access https://xxxx-tfs-1.

【问题讨论】:

  • 构建代理机器是否与 TFS 服务器加入同一个域?

标签: tfs azure-pipelines build-agent


【解决方案1】:

这通常是由于匿名验证被禁用造成的。

在您的 TFS 服务器上 -> Internet 信息服务 (IIS) 管理器 -> 身份验证 -> 更改 匿名身份验证 已启用。

【讨论】:

  • 什么是匿名身份验证无法根据公司安全策略启用。你如何解决这个问题?
猜你喜欢
  • 2020-01-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-11-24
  • 2019-12-12
  • 1970-01-01
  • 1970-01-01
  • 2015-03-05
相关资源
最近更新 更多