-
Notifications
You must be signed in to change notification settings - Fork 902
Labels
Description
Describe your question
Our build agents updated from 4.258.1 to 4.259.0, and since then every pipeline we have is failing with this error:
Starting: Checkout ssi@hotfix/lhs_9_16_16 to s
==============================================================================
Task : Get sources
Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
Version : 1.0.0
Author : Microsoft
Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
==============================================================================
Syncing repository: ssi (Git)
Prepending Path environment variable with directory containing 'git.exe'.
git version
git version 2.49.0.windows.1
git lfs version
git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
git config --get remote.origin.url
##[warning]'git config --get remote.origin.url' failed with exit code: 1, output: ''
git init "D:\winbuild1-agent1\_work\1\s"
error: could not write config file D:/winbuild1-agent1/_work/1/s/.git/config: Function not implemented
fatal: could not set 'core.repositoryformatversion' to '0'
##[error]Unable to use git.exe init repository under D:\winbuild1-agent1\_work\1\s, 'git init' failed with exit code: 128
Finishing: Checkout ssi@hotfix/lhs_9_16_16 to s
This is a blocking problem, so if there's a workaround please let me know. I don't know how to roll back the build agent version. These are hosted on our own build server and connected to Azure DevOps.
Versions
Azure DevOps, Windows Server 2022, agent 4.259.0
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Operation system
Windows Server 2022
Version controll system
No response
Azure DevOps Server Version (if applicable)
No response
AlexandraDorey