Tag: ssh key
How to fix – Fingerprint has already been taken
Sometimes we have “Fingerprint has already been taken” while adding our ssh key. To fix that issue, we need to generate a new ssh key. But the problem is your existing ssh key is added to other resources so if you generate a new one, you have to replace it everywhere. Instead of doing this,…
Permission denied to git repo pushing
Sometimes we have an error like below when we try to push on Github. Try to check where is your ssh key is being used by the following command: You will get a response like this: So, in my case, my ssh key was being used by my other GitHub account. Now you have 2…