GitLab(7)——解决 Git 提交文件是“error setting certificate verify locations !”

今天使用 AndroidStudio down Github 上的项目时,总是提示clone failed,提示信息为:error setting certificate verify locations !
具体解决办法是:
使用git 客户端输入一下命令即可:

$ git config --global http.sslverify "false"

posted @ 2018-06-02 18:33  xu_shuyi  阅读(223)  评论(0)    收藏  举报