我想在Artifactory中创建GitHub sentry cli镜像( 人工制品/7.5.7 )
https://github.com/getsentry/sentry-cli/releases/download/1.55.0/sentry-cli-Linux-i686
在Artifactory中,我创建自定义布局
github-releases-sentry
使用工件路径模式
[org]/releases/download/[baseRev]/[module]
在测试路径中复制过去
创建通用远程回购后
与布局绑定的github释放哨兵
http://artifactory.local/artifactory/sentry-cli/releases/download/1.55.0/sentry-cli-Linux-i686
返回404错误
如何解决这个问题?
Create Github mirror in Artifactory