I am learning how to use GitHub. For this I needed Git. I don't know how to use Git, I am just following the tutorial for GitHub.
When I enter $ git push -u origin main
, I get fatal: unable to access 'https://github.com/xxx/github-upload.git/': SSL certificate problem: unable to get local issuer certificate
(replaced username with "xxx"). I do not know what this means or what to do about it (besides the obvious that I am having SSL certificate issues, but I did not touch SSL, and am not experiencing issues anywhere else).
I have tried searching online and on forums that might be able to help understand and fix what is wrong, but I can find no documentation.
I am using Git Bash.