今天使用 AndroidStudio down Github 上的项目时,总是提示clone failed,提示信息为:error setting certificate verify locations !
具体解决办法是:
使用git 客户端输入一下命令即可:
$ git config --global http.sslverify "false"
今天使用 AndroidStudio down Github 上的项目时,总是提示clone failed,提示信息为:error setting certificate verify locations !
具体解决办法是:
使用git 客户端输入一下命令即可:
$ git config --global http.sslverify "false"
相关文章: