Open
Description
Description
We're trying to migrate git repository from Azure DevOps using this migration option:
And, when we provide URL to Azure DevOps repository with the right credentials:
We're getting this error:
Is the Azure DevOps integration in place for version 1.20.2
Gitea Version
1.20.2
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Gitea is hosted on Azure App Service, fetching gitea installation through Dockerfile:
ARG GITEA_TAG=1.20.2
FROM gitea/gitea:${GITEA_TAG}
Database
None