Unable to pull/push in git repository

前端 未结 23 2374
执笔经年
执笔经年 2020-12-08 06:15
$ git pull origin master
fatal: unable to access \'https://xxxxxxxxxxxxxxx\': 
      error setting certificate verify locations:
CAfile: C:/Users/abc/AppData/Local/P         


        
23条回答
  •  庸人自扰
    2020-12-08 06:56

    I have found the following steps useful in fixing the issue at my end for Windows 10:

    Doing an uninstall of git.

    However, git uninstaller doesn't do a clean job. So you may need to go delete the Git directory at C:\Users[My name]\AppData\Local\Programs\

    After this, a fresh install of git should install install it in the C:\Program Files\Git directory where the config file points to in order to read the ssl certificate.

提交回复
热议问题