Bintray 添加到 JCenter:版本控制 <url> returns 404
Bintray add to JCenter: The Version Control <url> returns 404
我正在尝试创建一个 Maven repository through Bintray that is part of JCenter. I have already uploaded my library by following this guide,但是当我单击显示“添加到 JCenter”的按钮并按照提示操作时,我收到一条错误消息:
Failed to send message: The Version Control <url> returns 404
我想知道为什么会失败,如果不是我已经完成的方式,我应该如何设置 VC URL。
我认为可能是问题原因的一些要补充的内容:
- 我的 Bintray 帐户未连接到 GitHub(我可以更改此设置,但必须先与上面的人交谈)
- 我的 GitHub 存储库是私有的(理想情况下,我们不更改此选项)
根据 Bintray Documentation 您必须拥有高级计划才能访问私有存储库
Note that private repositories in GitHub are only displayed and available for importing by Bintray users with Premium Plan accounts who also have "Access private repositories" permissions in GitHub.
如果您有高级计划,您还必须在 GitHub
内授予对私有存储库的访问权限
我正在尝试创建一个 Maven repository through Bintray that is part of JCenter. I have already uploaded my library by following this guide,但是当我单击显示“添加到 JCenter”的按钮并按照提示操作时,我收到一条错误消息:
Failed to send message: The Version Control <url> returns 404
我想知道为什么会失败,如果不是我已经完成的方式,我应该如何设置 VC URL。
我认为可能是问题原因的一些要补充的内容:
- 我的 Bintray 帐户未连接到 GitHub(我可以更改此设置,但必须先与上面的人交谈)
- 我的 GitHub 存储库是私有的(理想情况下,我们不更改此选项)
根据 Bintray Documentation 您必须拥有高级计划才能访问私有存储库
Note that private repositories in GitHub are only displayed and available for importing by Bintray users with Premium Plan accounts who also have "Access private repositories" permissions in GitHub.
如果您有高级计划,您还必须在 GitHub
内授予对私有存储库的访问权限