Jenkins Git plugin with https

后端 未结 11 2271
Happy的楠姐
Happy的楠姐 2020-12-30 05:20

I am trying to configure a Git project in Jenkins using the Git plugin. In the project configuration page I enter the repository URL in the Git configuration, which is an ht

11条回答
  •  渐次进展
    2020-12-30 05:59

    Upgrade your Git client to 2.10.0 or up.

    execute below commands.

    git config --system http.sslVerify false    
    git config --global http.sslVerify false    
    

提交回复
热议问题