我試圖在場所中使用團隊基礎(2015 Update 3)中的Web訪問來安裝擴展,但它總是給我拒絕訪問錯誤(無論是自定義擴展還是從市場下載)。嘗試在場所中安裝團隊基礎(2015 Update 3)中的擴展時訪問被拒絕錯誤
Image error from web interface
同樣的情況,當我嘗試使用TFX-CLI進行安裝:
C:\>tfx extension install --auth-type basic --service-url http://servername:8080/tfs/collection1--extension-id "extension1" --publisher pubb
2016-09-14T20:50:35.411Z : loader.load
TFS Cross Platform Command Line Interface v0.3.30
Copyright Microsoft Corporation
2016-09-14T20:50:35.882Z : cache.getItem
> Username: domainame\asdffasdsa
> Password:
2016-09-14T20:50:43.054Z : extensioninfo.getExtInfo
2016-09-14T20:50:48.712Z : Error: Failed Request: Internal Server Error(500) - Access denied.
2016-09-14T20:50:48.712Z :
2016-09-14T20:50:48.712Z : at processResponse (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\RestClient.js:59:18)
2016-09-14T20:50:48.712Z : at C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\RestClient.js:162:13
2016-09-14T20:50:48.712Z : at callback (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:141:17)
2016-09-14T20:50:48.712Z : at handleResult (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:157:17)
2016-09-14T20:50:48.712Z : at IncomingMessage.<anonymous> (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:168:17)
2016-09-14T20:50:48.712Z : at emitNone (events.js:72:20)
2016-09-14T20:50:48.712Z : at IncomingMessage.emit (events.js:166:7)
2016-09-14T20:50:48.712Z : at endReadableNT (_stream_readable.js:921:12)
2016-09-14T20:50:48.712Z : at nextTickCallbackWith2Args (node.js:442:9)
2016-09-14T20:50:48.712Z : at process._tickCallback (node.js:356:17)
Error: Failed Request: Internal Server Error(500) - Access denied.
的可能是什麼問題或如何診斷它的主意?
謝謝!
您是否有編輯集合級別的信息權限? –