Unable to fork DevOps git repo - service not supported

Viewed 195

I am trying to fork a DevOps git repo and I repeatedly get this error:

TF400860: The current version of the following service is not supported: GitOdb. Version: 1700, MinVersion: 1700.

Fork Error

This exact operation worked for me last week. Any ideas why it isn't working now?

3 Answers

It seems there is some service degradation. It's probably just a matter of time until it starts working again. You can follow this problem in the Developer Community. There is also the status page for azure devops.

There is a service disruption on Microsoft side on Repos and Pipelines in the United States. Microsoft seems to be on top of it, and as of writing this comment, it's been 29 minutes. They'll fix it sometime soon, so we just have to sit and wait.

Duarte Silva provided some good links for the status page for Azure DevOps

Here is the comment from Azure Dev Ops.

The issue is now fully mitigated with the completed rollback. This was caused by a unique intersection of updates over the past two days that didn't follow our normal compatibility constraints. We will be addressing that before the next deployment and have a repair item to identify solutions to prevent future occurrences of this. We apologize for the impact this had on our customers.

For More: https://status.dev.azure.com/_event/188823884

Related