after updating to Git 2.24.1-12, i keep getting for example:
fatal: unable to access 'https://github.com/SickChill/SickChill.git/': SSL certificate problem: unable to get local issuer certificate
This happens aswell when i manually pull a git, or clone a git.
I've tried reinstalling Git, but didn't work.
Ok, so after many tries, and posting this issue, i finally fixed this by running this as root on my diskstation:
git config --system http.sslCAInfo /etc/ssl/certs/ca-certificates.crt
now, everything works again.
@Mickroz Thanks for reporting. I will look for a way to include fix in package itself.
@ymartin59 I fixed this and am working on updates of curl and git