TLS certificate verification has been disabled

git push 推送仓库报错 

缺少了安全认证,所以解决方法是重启安全认证。

git config --global http.sslVerify true

你可能感兴趣的:(前端)