如何将 JFrog Artifactory 中的远程存储库连接到 repo.manento.com?
How to connect remote repository in JFrog Artifactory to repo.manento.com?
是否可以将 repo.magento.com 作为远程存储库添加到 Jfrog Artifactory?
我将 repo.magento.com 添加为远程 php 存储库,但是当我尝试在 Artifactory 日志中请求像 "magento/product-community-edition" 这样的模块时,我看到错误
Error occurred while parsing the response of a remote composer package JSON query on 'https://repo.magento.com/p/magento.json': Expected a file but found a folder, at: php-magento:.composer/p/magento.json
发生这种情况是因为 repo.magento.com 不使用延迟 url 而是显式 https://repo.magento.com/packages.json.
中的所有包
有什么方法可以自定义Artifactory packages.json 来防止偷懒url?
我向 jFrog 寻求支持,他们回答了我
Currently Artifactory does not support repo.magento.com.
我在 JFrog Jira 上创建并发布了 https://www.jfrog.com/jira/browse/RTFACT-18169
是否可以将 repo.magento.com 作为远程存储库添加到 Jfrog Artifactory? 我将 repo.magento.com 添加为远程 php 存储库,但是当我尝试在 Artifactory 日志中请求像 "magento/product-community-edition" 这样的模块时,我看到错误
Error occurred while parsing the response of a remote composer package JSON query on 'https://repo.magento.com/p/magento.json': Expected a file but found a folder, at: php-magento:.composer/p/magento.json
发生这种情况是因为 repo.magento.com 不使用延迟 url 而是显式 https://repo.magento.com/packages.json.
中的所有包有什么方法可以自定义Artifactory packages.json 来防止偷懒url?
我向 jFrog 寻求支持,他们回答了我
Currently Artifactory does not support repo.magento.com.
我在 JFrog Jira 上创建并发布了 https://www.jfrog.com/jira/browse/RTFACT-18169