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

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

    you can use it

    git config http.sslVerify false
    

    use it in your repository or use this command if you dont have a git repo

    git config --global http.sslVerify false
    

提交回复
热议问题