繁体   English   中英

无法再访问Azure DevOps中的NuGet提要(TF246017 / TF30040)

[英]NuGet feed in Azure DevOps is not accessible anymore (TF246017 / TF30040)

我最近在Azure DevOps中激活了新的URL,从

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问题中描述了类似的错误。 我没有使用代理服务器。


更新#2

访问index.json时未看到此错误消息:

{“ $ id”:“ 1”,“ innerException”:null,“消息”:“ TF30040:数据库配置不正确。请与您的Azure DevOps Server管理员联系。”,“ typeName”:“ Microsoft.TeamFoundation.Framework。 Server.AzureClientIPRestrictedException,Microsoft.TeamFoundation.Framework.Server“,” typeKey“:” AzureClientIPRestrictedException“,” errorCode“:0,” eventId“:3007}

我发布了相同的问题developercommunity.visualstudio.com,并进行了修复。 dev.azure的状态页所示,这是由于Microsoft方面的问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM