WhyNotRunning / WhyNotRunning.github.io

个人博客
1 stars 0 forks source link

git Clone failed: unable to access 'https://github.com/xxx.git/': error setting certificate verify locations: #45

Open WhyNotRunning opened 6 years ago

WhyNotRunning commented 6 years ago

git config --global credential.helper store

关闭证书验证

git config --global http.sslVerify false