Error connecting to Git repository in Azure DevOps
Fernando Calvo
When you try to add an Azure Devops Git repository, using the "Microsoft" option, as indicated in https://help.gitkraken.com/git-integration-for-jira-data-center/azure-devops-visual-studio-team-services-vsts-gij-self-managed/
We have the following error:
com.bigbrassband.jira.git.exceptions.repository.ScanErrorsException: Fetching repositories<br/>Cannot scan https://dev.azure.com
at com.bigbrassband.jira.git.rest.TrackedFolderResource.scan(TrackedFolderResource.java:793)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.atlassian.plugins.rest.common.interceptor.impl.DispatchProviderHelper$ResponseOutInvoker.lambda$_dispatch$0(DispatchProviderHelper.java:181)
at com.atlassian.plugins.rest.common.interceptor.impl.DispatchProviderHelper.lambda$invokeMethodWithInterceptors$0(DispatchProv ......