【发布时间】:2017-07-06 14:30:15
【问题描述】:
我在我的centos7 server 上安装了jenkins 并尝试构建maven 版本。创建了一个新的 maven 构建作业,在 SCM 中,我试图从 github 中提取代码,但它向我显示了一个错误,例如...
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/'
我还为我的github 设置了一个SSH 公钥。我不知道如何解决这个问题。任何人都可以帮助我。在此先感谢。
【问题讨论】:
标签: jenkins centos7 github-for-windows