I am trying to clone a repository and changed the https for SSH and the same error.
PS C:\Git_e_GitHub\1_primeiro_repo> git clone https://github.com/....../......git
Cloning into 'curso_git_1'...
fatal: unable to access 'https://github.com/......../...........git/': SSL certificate problem: unable to get local issuer certificate
PS C:\Git_e_GitHub\1_primeiro_repo> git clone git@github.com:......./.........git
Cloning into 'curso_git_1'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please help me