microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

IntelliJ 2022.3 : Can't clone repository from organization in Azure DevOps #551

Open mrksph opened 1 year ago

mrksph commented 1 year ago

Hi,

I'm trying to clone a repo from my company in a organization from Azure DevOps. The plugin correctly signs me in and fetches the repo from the org but when trying to clone it it stays loading until an exception is thrown:

The exception is a 400 HTTP Error with the following response: { "$id":"1", "innerException":null, "message":"FullScopePatPolicyViolation", "typeName":"Microsoft.VisualStudio.Services.DelegatedAuthorization.SessionTokenCreateException, Microsoft.VisualStudio.Services.WebApi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "typeKey":"SessionTokenCreateException", "errorCode":0, "eventId":3000 }

We use a HTTP and HTTPS proxy and it's already configured in IntelliJ settings.

I just want to be able to create Pull Request from my IDE that's all, how can this be so complicated guys?