Unable to pull/push in git repository

前端 未结 23 2368
执笔经年
执笔经年 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 07:04

    For future readers:

    I was having this problem after installing devel packages on cygwin.

    I tried all of the fixes in this thread but nothing was working

    Then, I ran into this thread on github

    What I did was I found where CAPATH was being specified in gitconfig, and I deleted that https specification, and it solved my issue.

提交回复
热议问题