1
I created a key SSH
to use on Github and even following all the steps that were the following:
I used the command:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Then I used the command cat
:
cat ~/.ssh/id_rsa.pub
After that I went to my Github settings and added the key, pasted the id_rsa.pub
and clicked on add.
When I’m gonna make a new one push
even after all this is done, appears:
Do I need to restart the machine to make it work?
Thank you! That was the problem. Now it’s all right :)
– WhoisMatt
If the answer was satisfactory to your problem, please mark it as accepted, and we both earn points, see. Thank you.
– sbrubes
done! Thank you again :)
– WhoisMatt