I have added ssh key to my git repo through below command and now getting below error:
CMD git config --global url.ssh://git@github.com/.insteadOf https://github.com/
Error : User1’s-MacBook-Pro:untitled folder ndpiparava$ git clone https://github.com/XXX-Asft/XXXX
Cloning into 'XXXXX'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I have realised that I have made mistake by setting up ssh instead of Https.
Is there any way that I can remove my ip from ssh list for my remote git and start using https?