I'm on Windows and I'm trying to use my ssh key for some remote git (it's not Github).
I've removed everything in C:\Users\USER\.ssh
and put correct keys (id_rsa
, id_rsa.pub
), nothing is related to Github.
But when I clone some project from that remote git and push something it displays my commits with Github user. I don't get it?
Why does it happen? How to remove Github related account from the system and use my correct ssh?