I was using git on my office workstation. Then for the Covid lockdown I started using it on my home PC. Now when I try to clone on my office workstation I get the error: Permission denied (publickey).
It seems like the git configuration I did on my home PC overwrote the key for my office workstation. I need to be able to use both client hosts, so I don't want to do another config on my office and then not be able to use git as the same user on my home PC.
According to this post:
Git - Same User, Different Machine - Clone?
I should be able to just issue git config on both client hosts and both should work, but that's not true based on my experience.
What am I missing?