$ git pull origin master
fatal: unable to access 'https://xxxxxxxxxxxxxxx':
      error setting certificate verify locations:
CAfile: C:/Users/abc/AppData/Local/Programs/Git/usr/bin/curl-ca-bundle.crt
CApath: none

当我拉或推我的代码时,我得到此错误。

请指导我解决此问题。

最佳答案

我也在Windows中使用gitbash运行git时遇到了这个问题。我只是重新安装了gitbash,然后gitbash自动管理了git证书及其所需的路径。

关于git - 无法在git仓库中 pull/推,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34510018/

10-13 08:55