I have installed jenkins
on my centos7 server
and tried to build a maven
build. Created a new maven build job and in SCM
I was trying to pull the code from github
but it showed me an error like...
Failed to connect to repository : Command "git ls-remote -h https://github.com/example.git HEAD" returned status code 128: stdout: stderr: remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/example.git/'
And also I setup an SSH
public keys to my github
. I don't know how to solve this. Anyone help me.Thanks in advance.