TFS 2015 Linux 生成代理配置抛出 401 错误

TFS 2015 Linux Build Agent Configuration Throwing 401 error

我正在尝试为 TFS 2015 更新 3 配置 Linux 代理。当它提示输入配置信息时,出现 401 错误:

Raj@Ubuntu123:~/Linux_agent$ node agent/vsoagent
Enter alternate username > domain\<username>
Enter alternate password >
Enter server url > http://<hostname:port>/tfs
Enter agent name > Agent1
Enter Pool name > Linux
Enter force basic (enter is false) >
Error starting the agent
Failed Request: Unauthorized(401) - http://<hostname:port>/tfs/_apis/connectionData

我已经检查了所有访问权限。访问看起来不错。该用户可以访问管理员组(已选中 Team Foundation 管理控制台 - 用户名出现在 "Administration Console Users" 中),也可以访问代理池。由于它是 401 错误,我向用户授予了对 TFS 中存在的所有组的访问权限,但它仍然出现此错误。

我能够在另一台 TFS 机器(TFS 2015 更新 2)中配置代理。我在两台机器上都进行了交叉验证访问。它看起来一样。我错过了什么?请帮我解决这个问题。

您的 TFS 服务器是否配置为接受基本身份验证并且是否启用了受信任证书的 SSL?这是使用 Linux 代理的重要先决条件。

鉴于您发布的 URI 以及您正在使用的事实 domain\user,我高度怀疑两者都不是真的。

vso-agent repository explains how to configure the Linux agent as well as the TFS server。在 TFS 的下一个主要版本中,构建代理将支持 NTLM,这将放弃此要求。