Azure pipeline checkout recursive submodule
Zion Adadi MTH
0
Reputation points
Hi,
Azure devops server 2022.0.1 (Azure DevOps server_20230418.1)
I'm trying to checkout recursive submodule from pipeline.
checkout failed when trying to clone submodule.
Pipeline:
checkout: self
submodule: recursive
persistCredentials: true
logs:
git submodule sync --recursive
synchronizing submodule url for xxx
synchronizing submodule url for xxx
git --config-env=http.http://xxxx:8080.extraheader=env var http.http://xxxx:8080.extraheader submodule --init --force --recursive
fatal: cannot prompt because terminal prompt have been disabled
Thanks,
Zion Adadi
Community Center Not monitored
46,176 questions
Sign in to answer