Forum Discussion
adriely
Jul 14, 2020Copper Contributor
Git Submodule Update failed
Hi, I'm having a problem with running my Azure DevOps pipeline. A failure happened after the main repository had been cloned and then trying to clone the submodules. This is the error log "re...
Mattyy
Jul 30, 2020Copper Contributor
adrielyI had the same problem, I tried the Checkout submodules option at the build pipeline settings. And also tried including submodules inside the .yml file. Both gave the same error as you are showing.
The solution for this is the following: Go to Project Settings -> Settings (topic Pipelines) Then you need to change the following setting, and all should work!