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
We have setup a self hosted Azure DevOps agent on Azure Kubernetes Service. Most functionality works good.
However, the git checkout (simply checkout: self) in the Azure DevOps pipeline with the self hosted Agent on AKS sometimes runs into this error, where the agent is not able to receive objects from Azure DevOps. 80% of the time the self hosted agent can do a git checkout. In 20% of cases it cannot git checkout. We checked memory, authentication, networking and used system.debug: true to debug, but were not able to find a cause. Does anyone understand why git cannot checkout Azure DevOps on self hosted Azure DevOps agent?
Davidswinkels
changed the title
[Question]: Debugging fatal: fetch-pack: invalid index-pack output
[Question]: How to debug <fatal: fetch-pack: invalid index-pack output>?
Nov 21, 2023
Hi @Davidswinkels, can you try to reproduce this issue without using the agent by executing these git commands on the same environment on which the agent is running?
Hi @Davidswinkels, can you try to reproduce this issue without using the agent by executing these git commands on the same environment on which the agent is running?
Sure can be closed. Since it can't be debugged/fixed. It still happens now and then, but workaround is just to run the pipeline in Azure DevOps multiple times.
Describe your question
We have setup a self hosted Azure DevOps agent on Azure Kubernetes Service. Most functionality works good.
However, the git checkout (simply
checkout: self
) in the Azure DevOps pipeline with the self hosted Agent on AKS sometimes runs into this error, where the agent is not able to receive objects from Azure DevOps. 80% of the time the self hosted agent can do a git checkout. In 20% of cases it cannot git checkout. We checked memory, authentication, networking and used system.debug: true to debug, but were not able to find a cause. Does anyone understand why git cannot checkout Azure DevOps on self hosted Azure DevOps agent?Versions
Ubuntu 22.04
Azure DevOps agent version: 3.230.0
Self hosted on Azure Kubernetes Service
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Operation system
Ubuntu 22.04
Version controll system
No response
Azure DevOps Server Version (if applicable)
No response
The text was updated successfully, but these errors were encountered: