In source-controller we use go-git to perform Git operations.
According to these issues go-git/go-git#64, src-d/go-git#335, src-d/go-git#1058 Azure DevOps doesn't implement Git v1 protocol and go-git doesn't implement v2 that supposed to work with Azure. As shelling out to the git binary is not an option for us, we have to figure out a way to Azure DevOps.
In source-controller we use go-git to perform Git operations.
According to these issues go-git/go-git#64, src-d/go-git#335, src-d/go-git#1058 Azure DevOps doesn't implement Git v1 protocol and go-git doesn't implement v2 that supposed to work with Azure. As shelling out to the git binary is not an option for us, we have to figure out a way to Azure DevOps.