Nexus - Nexus Remote 的 Nuget 代理配置自动阻止和不可用
Nexus - Nuget proxy configuration of Nexus Remote Automatically blocked and Unavailable
我正在尝试集成 Nexus 存储库 OSS 来管理 NuGet 存储库。我遵循了这里的教程。 https://www.youtube.com/watch?v=FvurW9XsLN0
我已经为 https://www.nuget.org/api/v2/ 添加了一个代理存储库
代理存储库状态显示 In Service- Remote Automatically blocked and Unavailable
我可以通过默认包源访问 Nuget packagfes。
但是使用代理存储库我无法通过包管理器获取包。
我在 nexus 中尝试了 enabling/disabling 自动阻止 属性
将 nuget.org 替换为其 IP 地址
是什么导致了这个问题?
这是因为任何防火墙设置吗?
所有默认代理存储库的状态也相同。
如果是这样,我该如何纠正?
请帮忙。
日志文件显示如下
WARN [qtp22907850-51] anonymous com.sonatype.nexus.plugins.nuget.passthrough.PassThroughNugetGallery - Exception attempting to contact proxied repository nuget-proxy.
java.util.concurrent.ExecutionException: org.sonatype.nexus.proxy.RemoteStorageException: Transport error while executing GET method [repositoryId="nuget-proxy", requestPath="Search?$filter=IsLatestVersion&$orderby=DownloadCount%20desc,Id&$skip=0&$top=80&searchTerm=''&targetFramework='net45'&includePrerelease=false", remoteUrl="https://191.236.146.247/api/v2/Search?$filter=IsLatestVersion&$orderby=DownloadCount%20desc,Id&$skip=0&$top=80&searchTerm=''&targetFramework='net45'&includePrerelease=false"]
我的错。没有意识到我在代理服务器后面。一旦我从我们通常使用的 .pac 文件设置了 HTTP 代理,存储库就开始运行了。 :)
我正在尝试集成 Nexus 存储库 OSS 来管理 NuGet 存储库。我遵循了这里的教程。 https://www.youtube.com/watch?v=FvurW9XsLN0
我已经为 https://www.nuget.org/api/v2/ 添加了一个代理存储库 代理存储库状态显示 In Service- Remote Automatically blocked and Unavailable
我可以通过默认包源访问 Nuget packagfes。 但是使用代理存储库我无法通过包管理器获取包。
我在 nexus 中尝试了 enabling/disabling 自动阻止 属性 将 nuget.org 替换为其 IP 地址
是什么导致了这个问题? 这是因为任何防火墙设置吗? 所有默认代理存储库的状态也相同。 如果是这样,我该如何纠正?
请帮忙。 日志文件显示如下
WARN [qtp22907850-51] anonymous com.sonatype.nexus.plugins.nuget.passthrough.PassThroughNugetGallery - Exception attempting to contact proxied repository nuget-proxy.
java.util.concurrent.ExecutionException: org.sonatype.nexus.proxy.RemoteStorageException: Transport error while executing GET method [repositoryId="nuget-proxy", requestPath="Search?$filter=IsLatestVersion&$orderby=DownloadCount%20desc,Id&$skip=0&$top=80&searchTerm=''&targetFramework='net45'&includePrerelease=false", remoteUrl="https://191.236.146.247/api/v2/Search?$filter=IsLatestVersion&$orderby=DownloadCount%20desc,Id&$skip=0&$top=80&searchTerm=''&targetFramework='net45'&includePrerelease=false"]
我的错。没有意识到我在代理服务器后面。一旦我从我们通常使用的 .pac 文件设置了 HTTP 代理,存储库就开始运行了。 :)