I am a new git/github user and have encountered the following
error fatal: unable to access 'https://github.com/myusername/my-repo.git/': SSL certificate problem: self-signed certificate in certificate chain
This has me confused because I have made pushes to my remote GitHub repository before without issue. I confirmed that the origin is correct and got the same error message upon running git push
and git push -u origin master
. I have seen similar questions which don't quite seem to match my situation as either deal with a situation in which the repo is attempting to be cloned (while I am trying to upload) or have not used 'https' (or some other issue).
There is a post which suggests an answer (How to Fix SSL certificate error when want to push to GitHub using git bash?) but I am really very confused as I have never had to explicitly deal with keys before. And no tutorial I have viewed have mentioned them.
Any thoughts? I am on a Windows 10 system using git bash. I am on the same home network I have used to make successful pushes in the past.