当试图配置构建代理时,我会得到以下错误。下面是我使用的命令,请建议如何解决这个问题。
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.发布于 2017-03-08 07:38:28
它通常是由匿名身份验证导致的,是禁用的。
在您的TFS服务器上,启用了-> (IIS)管理器、->身份验证、->更改、匿名身份验证。

https://stackoverflow.com/questions/42651532
复制相似问题