ADO Integration to ML Studio.
Hi,
I am trying to clone azure devops repository into ML Studio. SSH key access is disabled for msazure organization so I can't use ssh for authentication.
Tried to use Entra authentication as mentioned in this document -- https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fazure%2Fdevops%2Frepos%2Fgit%2Fauth-overview%3Fview%3Dazure-devops%26tabs%3DWindows&data=05%7C02%7Csrigajula%40microsoft.com%7C71c1876786444e7d3de608ddda35f730%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638906647550240447%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=2zUHUih4Dc3GR%2F8DH4KzuoVH5K9gpdwEDGt2b0epgmU%3D&reserved=0.
But still getting network issue.
"fatal: premature end of pack file, 587 bytes missing
fatal: fetch-pack: invalid index-pack output"
Can you please suggest if this is correct approach and what is the resolution for this?
Here is the command I ran:
git -c http.postBuffer=524288000 -c http.lowSpeedLimit=0 -c http.lowSpeedTime=999999 -c http.extraheader="AUTHORIZATION: bearer $accessToken" clone --depth 1 Reponame