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

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

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

相关文章:

  • 2021-07-29
  • 2021-07-31
  • 2021-09-26
  • 2022-01-26
  • 2021-12-18
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2020-04-26
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
相关资源
相似解决方案