AndroidStudio在配置了git之后,上传自己的项目遇到这个问题,ssh配了,用户名和邮箱都正确。 解决方法 先打开git bash窗口 执行命令:git config --system http.sslverify false