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
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 :(