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
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