fatal: unable to access, schannel: failed to open CA file, No such process, GitHub Desktop

后端 未结 6 742
耶瑟儿~
耶瑟儿~ 2021-01-11 09:55

Full error text:

fatal: unable to access \'https://github.com/Repository_name\': schannel: failed to open CA file \'C:/Users/Username/AppData/Local/GitHubDesktop/ap

6条回答
  •  無奈伤痛
    2021-01-11 10:29

    1. Type %ProgramData%/ in Windows search bar(Type here to search field at bottom left corner)
    2. Go to /Git
    3. Open congif file in text editor. (Preferably Notepad++ or similar, as this allows to edit the file Administrator mode. Otherwise, write permission is denied.)
    4. Remove this entry from the file

      [http]
      sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
      
    5. Save and close file. Try to push again, it works!

    Reference:

    fatal: unable to access curl-ca-bundle.crt #4836

    After restarting my client following a desktop client update prompt, I can no longer Fetch Origin #4817

提交回复
热议问题