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

后端 未结 6 789
耶瑟儿~
耶瑟儿~ 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:24

    The error I got was: fatal: unable to access 'https://github.com/{reponame}.git/': schannel: failed to open CA file 'C:/Program Files (x86)/Git/mingw64/ssl/certs/ca-bundle.crt': No such process

    I fixed it by opening my config file located in "C:\ProgramData\Git\config" and updating the setting as follows sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt

    I hope this helps someone

提交回复
热议问题