git push fatal: unable to access

·1 min read

fatal: unable to access 'https://gitlab.com/*****.git/': server certificate verification failed. CAfile: none CRLfile: none

 

 

 

git config --global http.sslVerify "false"

 

 

https://forum.gitlab.com/t/gitlab-runner-server-certificate-verification-failed/59450/16