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

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

    CF How do I set GIT_SSL_NO_VERIFY for specific repos only?

    I fixed this by running
    git config http.sslVerify false but not sure how secure my GIT comms is now :(

提交回复
热议问题