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:
ssh -T -ai ~/.ssh/id_rsa git@github.com
You will get a response like this:
So, in my case, my ssh key w...
itsb.hashnode.dev1 min read