gpt4 book ai didi

java - 如何将.md5和.sha1校验和文件上传到bintray?

转载 作者:行者123 更新时间:2023-11-30 02:13:04 25 4
gpt4 key购买 nike

我已经创建了存储库,并在那里上传了 .jar,现在尝试通过网络上传 .md5.sha1 校验和UI,但 bintray 给了我一个错误

No files were uploaded. Signature files cannot be uploaded when repository auto-signing is enabled.

我尝试过使用curl,它显示成功,但实际上没有上传任何文件。这是命令

curl -T package-version.jar.sha1 -uUSER:APIKEY https://api.bintray.com/content/USER/REPO/PACKAGE/VERSION/package-version.jar.sha1

我尝试过 jfrog cli:

jfrog bt u package-version.jar.sha1 REPO/PACKAGE/VER/`

但仍然有错误

{
"status": "failure",
"totals": {
"success": 0,
"failure": 0
}
}
[Error] Bintray response: 405 Not Allowed

另外,当我用curl上传jar时,我收到了警告

{"warn":"The target repository is configured to auto-sign, but the private key requires a passphrase and none was provided. No files will be signed"}

尽管我已经检查过“编辑配置文件 -> 存储库 -> REPO -> 编辑”中的所有 gpg 设置均已禁用。

最佳答案

因此,您无法将 .sha1.md5 文件上传到 Bintray。

但好消息是 Bintray 会为您计算 .sha1,因此您只需将 .sha1 附加到网址即可,例如

curl -L https://api.bintray.com/content/USER/REPO/PACKAGE/VERSION/package-version.jar.sha1

只需检查您的文件(不带 .sha1)是否在此路径上实际可用

关于java - 如何将.md5和.sha1校验和文件上传到bintray?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49538711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com