在Linux上使用JFROG CLI工具时,获取:“人工响应:308永久重定向”

时间:2019-12-15 14:06:45

标签: jfrog-cli

我正在尝试使用jfrog cli将软件包从一个位置复制到另一个位置,例如:

jfrog rt cp 1st-place / app / 1.0.123 / 2nd-place /

我得到了错误:

[Info] Searching artifacts...
[Error] Artifactory response: 308 Permanent Redirect
<html>
<head><title>308 Permanent Redirect</title></head>
<body>
<center><h1>308 Permanent Redirect</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
  "status": "success",
  "totals": {
    "success": 0,
    "failure": 0
  }
}

Web上的应用程序URL未更改。以前它工作得很好。有任何想法可能是什么问题吗?

1 个答案:

答案 0 :(得分:0)

我们昨天处理了一个类似的问题,即将NPM软件包发布到Artifactory。对我们来说,问题出在http vs https。不确定您的配置设置为什么,但是可能值得检查一下它是否设置为https。