Jenkins - 札记 - 无法连接仓库:Command “git ls-remote -h -- http://git.govmade.cn/shanghai/demo.git HEAD“...


VMware - 目录


Jenkins - 札记 - 无法连接仓库:Command "git ls-remote -h -- http://git.govmade.cn/shanghai/demo.git HEAD"...

  • 一、问题描述
    • 1. 现象
    • 2. 原因
  • 二、解决方案


一、问题描述


1. 现象

Jenkins 安装方式:docker 安装
Jenkins - 札记 - 无法连接仓库:Command “git ls-remote -h -- http://git.govmade.cn/shanghai/demo.git HEAD“..._第1张图片

无法连接仓库:Command "git ls-remote -h -- http://git.govmade.cn/shanghai/demo.git HEAD" returned status code 128:
stdout:
stderr: /tmp/jenkins-gitclient-pass9982827603092898123.sh: line 3: cat: not found
error: unable to read askpass response from '/tmp/jenkins-gitclient-pass9982827603092898123.sh'
fatal: could not read Username for 'http://git.govmade.cn': terminal prompts disabled

2. 原因

我这里的原因是:宿主机系统权限紊乱


二、解决方案


  • 重置系统,然后重装 Jenkins

其他方式: 后续实践 …

你可能感兴趣的:(Jenkins,Jenkins)