今天在往github上传代码的时候报错了,错误提示如下:
Push failed: Failed with error: unable to access 'https://github.com/xxx/RecyclerViewDemo.git/': SSL certificate problem: unable to get local issuer certificate
解决方案:
在git命令窗口输入命令:git config --global http.sslVerify false
意思是取消SSH验证