Task :codeCoverageTask FAILED

I am using gradle 8.1 version. I am facing below error when run command ‘gradle clean build’

FAILURE: Build Failed with an exception.

* What went wrong:
Execution failed for task ':codeCoverageTask'
> java.io.IOException: Cannot run program "git" :  Createprocess error=2, The system can not find the file specified.

Please help on this to resolve.

Which part is unclear?
You use some 3rd party plugin that tries to call the git executable, but git is not found in your PATH.