昨天重新装了个系统,使用时出现了error setting certificate verify locations

出现错误仔细看错误提示,这可是解决问题的关键信息。

将错误的信息复制到搜索引擎中解决,在stackoverflow找到了下面的解决方法:

http://stackoverflow.com/questions/3778042/github-error-cloning-my-private-repository

使用git config --system http.sslverify false就把问题解决了。

相关文章:

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