Jenkins无法成功 clone git 的原因

  1. error: Peer certificate cannot be authenticated with known CA certificates
    fatal: HTTP request failed

    这个问题是关于SSL认证时出错了。

  1. remote: HTTP Basic: Access denied
    fatal: Authentication failed for 'https://[email protected]/'

这是你拉取代码的用户名和密码没选对

  1. 权限设置 (如果权限不对,2那个问题也存在,因为权限不对用户名密码就不对)

将jenkins账号分别加入到root组中

你可能感兴趣的:(Jenkins无法成功 clone git 的原因)