I am new to programming and trying to work with GIT repository and while configuring with the JENKINS is facing the error. I know it\'s a silly question but on a beginner po
Got here much later because of the error mentioned in the question and for new comers, now you should verify your git path at:
Jenkins > Manage Jenkins > Global Tool Configuration > Git
In my case it didn't have the path to git binary in the PATH
environment variable, so I added: C:\Program Files\Git\bin
to it.