Git Intellij idea访问具有多个用户名的Bitbucket

Git Intellij idea访问具有多个用户名的Bitbucket,git,intellij-idea,bitbucket,Git,Intellij Idea,Bitbucket,我正在使用bitbucket存储库,并从intellij idea获得以下错误: Remote URL test failed: remote error: Not licensed You do not have permission to access Bitbucket. Please contact your administrator to resolve this issue. 从git bash连接成功。 此外,在intellij中找不到定义bitbucket用户的位置 一些

我正在使用bitbucket存储库,并从intellij idea获得以下错误:

Remote URL test failed: remote error: 
Not licensed You do not have permission to access Bitbucket. 
Please contact your administrator to resolve this issue.
从git bash连接成功。 此外,在intellij中找不到定义bitbucket用户的位置

一些额外的信息:我有两个不同的帐户为两个比特币回购。 因此,在intellij控制台上尝试时:

git config --list
我进入了
user.name
上次回购的用户名


对于每个存储库,有没有优雅的方法来处理哪些用户应该连接到git?

我的解决方案是为当前存储库生成一个SSH密钥,并将其添加到bitbucket服务器。
现在,当使用第一个存储库时-它使用
user.name
,第二个存储库使用SSH密钥。

您是否使用任何自定义插件来支持bitbucket?没有,但我也安装了bitbucket linky插件。IDEA中没有bitbucket集成。但您可以尝试使用描述的解决方法:您能更具体一点吗?我可以访问BitBucket。您需要查看顶部菜单上的版本控制系统(VCS)才能与其交互。还可以查看提供URL和凭据的设置。