遥控器::install_bitbucket() 停止工作

发布于 2025-01-13 07:59:46 字数 609 浏览 3 评论 0原文

几个月来,我一直在 Docker 容器中使用 remotes::install_bitbucket() 下载私有 Bitbucket 存储库并安装 R 包。 3 月 10 日,它似乎已经停止工作并出现错误:

Error : Failed to install 'unknown package' from Bitbucket:
  cannot open URL 'https://api.bitbucket.org/2.0/repositories/myRepoUsername/myRepo/src/HEAD/DESCRIPTION'
  • remotes 版本是 2.3.0
  • 我没有更改 Docker 映像,所以 remotes其他一切都没有变化
  • 这在我的本地机器上失败了,并出现相同的错误消息 3 月 11 日(也是 v2.3.0
  • Bitbucket 的网站显示我的包仍然在那里,没有新的提交

有谁知道这是否是一个暂时的问题、Bitbucket API 更改还是其他问题?

感谢所有帮助! :)

For many months now, I've been using remotes::install_bitbucket() from a Docker container to download a private Bitbucket repo and install an R package. March 10, it seems to have stopped working with the error:

Error : Failed to install 'unknown package' from Bitbucket:
  cannot open URL 'https://api.bitbucket.org/2.0/repositories/myRepoUsername/myRepo/src/HEAD/DESCRIPTION'
  • remotes version is 2.3.0
  • I have not changed the Docker image, so remotes and everything else unchanged
  • This fails from my local machine with the same error message March 11 (also v2.3.0)
  • Bitbucket's website shows me my package is still there with no new commits

Does anyone know if this is a temporary problem, a Bitbucket API change, or something else?

All help is appreciated! :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝不服输 2025-01-20 07:59:46

我不确定它是否相关 - 但大约在那个时候 Bitbucket 更改了他们的身份验证以使用应用程序密码而不是您常用的密码。您可以尝试在您的 bitbucket 帐户中设置一个并使用它来测试它是否有效?

I'm not sure it is related - but around that time Bitbucket changed their Authentication to use an Application Password instead of your usual password. You could try setting one up in your bitbucket account and using that to test if it works?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文