2017-03-07 77 views
4

我在嘗試配置構建代理時遇到了以下錯誤。以下是我使用的命令,請教如何解決這個問題。VS30063:您無權訪問https:// xxxxx-tfs

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. 
+0

構建代理機器是否加入與TFS服務器相同的域? –

回答

4

它通常由匿名身份驗證造成被禁用。

在您的TFS服務器 - > Internet信息服務(IIS)管理器 - >身份驗證 - >更改匿名身份驗證已啓用。

enter image description here

相關問題