Upon git pull on Mac terminal to GitHub, it returns an error showing permission denied (public key)
I've looked through this earlier stack overflow thread but upon
cat id_rsa.pub | bcopy
it shows no such file or directory
. what should i do?
upon
cat id_rsa.pub | bcopy
it shows no such file or directory. what should i do?
$HOME
(Linux or Mac) or %HOME%
(Windows) is set.$HOME/.ssh/id_rsa
and $HOME/.ssh/id_rsa.pub
Follow for instance, depending on your remote repos server: