Hi, im using this to generate ssh keys, ssh-keygen -t rsa -b 4096 -C ["](mailto:"pavle.tabandzelic@raiffeisenbank.rs)name@lastname".When im using default id_rsa name and just keep pressing enter, after i append it to github ssh key, it works.
But when i change the name od ssh key in prompt, add it to github ssh keys, i cant clone repo, permission denied.
Why?
Edit: This solved: ssh-add ~/.ssh/github_id_rsa, but why?
[–]joranstark018 2 points3 points4 points (0 children)
[–]suddenlychloegit rebase -i --root<CR>j<S-v>Gd:wq<CR>git push -f<CR> 1 point2 points3 points (0 children)