我在私有Bitbucket存储库中有一个R包。当我尝试从R安装软件包时(使用RStudio)我收到以下错误(我已用<password>
替换了我的密码):
> devtools::install_bitbucket("avrmbla/rmbla",password = "<password>")
Downloading bitbucket repo avrmbla/rmbla@master
Error in download(dest, src, auth) : client error: (401) Unauthorized
我已经确认分支确实是&#34; master&#34;,cf。 install_bitbucket fails with 404 error
我是否需要在我的bitbucket帐户中设置某些设置才能使其正常工作?