在我的vps上使用git出现:
git Problem with the SSL CA cert (path? access rights?)

网上大概有三种解决方案,我用了下面这种,因为我可以用ssh链接但https链接却一直鉴权失败
git config --global url."git@github.com:".insteadOf "https://github.com/" cat ~/.gitconfig [url "git@github.com:"] insteadOf = https://github.com/

其他
两种的链接:http://derekmolloy.ie/fixing-git-and-curl-certificates-problem-on-beaglebone-blac/

相关文章:

  • 2021-10-04
  • 2022-01-31
  • 2022-12-23
  • 2021-08-01
  • 2021-11-07
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案