> error: Peer's certificate issuer has been marked as not trusted by the user. while accessing https://github.com Solution: ``` bash sudo rm -rf /etc/pki /etc/ssl sudo yum reinstall -y openssl ca-certificates ```
Solution: