git clone出现错误: 一开始以为网络问题,后来发现是因为github服务器的SSL证书没有经过第三方机构的签署, 删除SSL验证即可: git config --global http.sslVerify "false"