我最近在Azure DevOps中激活了新网址,该网址来自
https://xxx.visualstudio.com/
到
https://dev.azure.com/xxx
因此,我的NuGet提要的地址也发生了更改:
https://{xxx.pkgs.visualstudio.com/_packaging/feed.xxx.ca/nuget/v3/index.json
到
https://pkgs.dev.azure.com/xxx/_packaging/feed.xxx.ca/nuget/v3/index.json
除一件事外,所有事物都起作用。现在,我无法访问我的NuGet提要(使用Visual Studio,适用于Mac和Rider的Visual Studio)。我最终遇到以下错误:
尝试使用以下命令收集多个软件包的依赖项信息 针对项目“ iOS”,定位为“ Xamarin.iOS,Version = v1.0” 加载源的服务索引 https://pkgs.dev.azure.com/xxx/_packaging/feed.xxx.ca/nuget/v3/index.json。
如果在浏览器中键入地址,则会出现以下错误:
{“ $ id”:“ 1”,“ innerException”:null,“消息”:“ TF246017:Azure DevOps 服务器无法连接到数据库。验证实例是否为 正确指定托管数据库的服务器是 运行正常,并且网络问题并未阻止通信 与 服务器。“,” typeName“:” Microsoft.TeamFoundation.Framework.Server.DatabaseConnectionException, Microsoft.TeamFoundation.Framework.Server“,” typeKey“:” DatabaseConnectionException“,” errorCode“:0,” eventId“:3008}
问题
我该如何解决?
更新#1
此SO question中描述了类似的错误。我没有使用代理服务器。
更新#2
访问index.json
时没有看到此错误消息:
{“ $ id”:“ 1”,“ innerException”:null,“ message”:“ TF30040:数据库为 配置不正确。联系您的Azure DevOps服务器 管理员。“,” typeName“:” Microsoft.TeamFoundation.Framework.Server.AzureClientIPRestrictedException, Microsoft.TeamFoundation.Framework.Server“,” typeKey“:” AzureClientIPRestrictedException“,” errorCode“:0,” eventId“:3007}
答案 0 :(得分:0)
我张贴了相同的question developercommunity.visualstudio.com并进行了修复。如dev.azure's status page所示,这是微软方面的问题。