Git发生SSL certificate problem解决方法最近使用git提交代码,发现有如下问题:查了资料之后,完美解决!解决方法:使用如下命令设置,去掉git的ssl验证git config --global http.sslVerify false