项目.git 文件夹里面的config文件,修改里面的 url 地址,将原来的 HTTP 地址改为 SSH地址。
.git
config
git config http.sslVerify "false"
git config --global http.sslVerify "false"