简体   繁体   English

如何在 Artifactory rev 7.7.8 中将 ProGet Feed 连接为远程 Feed

[英]How do I connect a ProGet Feed as an remote feed in Artifactory rev 7.7.8

The documentation is a bit unclear on both JFrogs webpage as well as in Inedos webdocs. JFrogs 网页和 Inedos webdocs 上的文档都不太清楚。

https://www.jfrog.com/confluence/display/JFROG/NuGet+Repositories https://www.jfrog.com/confluence/display/JFROG/NuGet+Repositories

https://docs.inedo.com/docs/proget/feeds/nuget https://docs.inedo.com/docs/proget/feeds/nuget

Because of the way Artifactory setups their remote nuget feeds, it's easy to misunderstand.由于 Artifactory 设置远程 nuget 提要的方式,很容易误解。

I've tried using the following the url field:我尝试使用以下 url 字段:

http://<url path to server>:<port>/nuget/<repo name>/

with

Packages 

in the NuGet Download Context Path field.在 NuGet 下载上下文路径字段中。 The field has to contain something.该字段必须包含某些内容。 But that's not correct.但这是不正确的。 Nor is moving the repo name to the Download Context Path field.也不会将 repo 名称移动到“下载上下文路径”字段。

The answer is rather simple .. after two days of testing ..答案很简单..经过两天的测试..

In the URL field:在 URL 字段中:

http://<fqdn or url>:<port>/nuget/<nugetFeedName>/

NuGet Download Context Path NuGet 下载上下文路径

Package

NuGet Feed Context Path is empty NuGet 提要上下文路径为空

NuGet v3 Feed URL is empty NuGet v3 源 URL 为空

If it's an internal feed, remember to remove proxy settings under advanced tabs.如果是内部提要,请记住在高级选项卡下删除代理设置。

REMEMBER TO SET PERMISSIONS TO THE Remote repositories!记住设置远程存储库的权限!

Also, make sure that v3 is disabled in the ProGet feed此外,请确保在 ProGet 提要中禁用了 v3

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

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