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.
構建代理機器是否加入與TFS服務器相同的域? –