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 point of view I am stuck and can't move forward. Please help me in resolving the error.
I have my code at the GIT repository and trying to build using jenkins. But it is giving the error as : Failed to connect to repository : Error performing command: git.exe ls-remote -h https://github.com/szabbas/Sample-programs.git HEAD
I have done to get the cloning through the GID bash and it is cloning with no issues with the URl. I am also attching the image with the same.
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.
I got the answer...just wanted to post here so that if some new programmer are there (like me) can look the basic things :-
While going in the project--> Configure--> set the path of the git correctly.
It should be till the bin and then append git.exe like *\bin\git.exe
In my case this issue happened because of there is no git installed on my CentOS server.
After installing git i just make sure that my Global Tool Configuration default pointed to git Jenkins > Manage Jenkins > Global Tool Configuration > Git
just posting this may help you in case of similar issue you had
Please give the installation path of git.exe in Git executable field in the Global Tool Configuration.In my case it worked after the path was set as below
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With