"git" "config" "-f" "C:\GitLab-Runner\builds\" error on gitlab

When I am trying to clone from gitlab repo using .git-ci.yml I am getting the below error.

**The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\WINDOWS\TEMP\build_script461854921\script.ps1:186 char:3

  • & "git" "config" "-f" "\builds\4fDp2fDr\0\hotkey1\phoenixui-.net-appl ...
  • + CategoryInfo          : ObjectNotFound: (git:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException**
    

I searched on gitlab-runner issues but I can't able to find the right solution. Please help me to resolve the issue ASAP.