Having some issues with maintaining too many SSH keys in the same computer lately.
- I have created two SSH keys in my computer for UserA(Company) and UserB(Personal). Both the ID's are created using different email ID
- I am able to pull and push the code changes for UserA
But UserB is where I face trouble to push my code.
- I am able to pull the code for UserB(Where repo is different than UserA)
While pushing the code I get the following error
ERROR: Permission to UserB/xxxxxx.git denied to UserA.
Please make sure you have the correct access rights and the repository exists. ```
Feel bit strange to me. Can someone help me this ?