1.github error setting certificate verify locations使用github时报错,解决方法:

git config --system http.sslcainfo "D:\Program Files\Git\mingw64\ssl\certs\ca-bundle.crt"  找到这个ca-bundle.crt,以管理员运行这行命令

参考网站:http://stackoverflow.com/questions/3778042/github-error-cloning-my-private-repository

相关文章:

  • 2021-08-30
  • 2022-12-23
  • 2021-04-21
  • 2021-06-05
  • 2021-12-02
  • 2021-12-08
  • 2021-12-01
  • 2021-11-18
猜你喜欢
  • 2021-11-17
  • 2021-08-18
  • 2021-07-15
  • 2022-01-03
  • 2021-11-05
  • 2021-06-04
相关资源
相似解决方案