You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build from an Azure DevOps git repo, the clone will fail with an unexpected client error on https and empty git-upload-pack given on ssh.
When attempting to build from an Azure DevOps git repo, the clone will fail with an
unexpected client error
on https andempty git-upload-pack given
on ssh.After reviewing https://github.com/go-git/go-git/blob/52c2972976737a00fce91d7deb1278a6a460cae6/_examples/azure_devops/main.go#L21-L36, we need to remove
multi_ack
andmulti_ack_detailed
from our transport's unsupported capabilities.The example does call out that additional fetches will fail, but this should not be an issue because we only fetch once per build.
Thank you to @CptNukey for reporting this!
The text was updated successfully, but these errors were encountered: