I have the ssh keys stored under ./ssh director, uploaded my public ssh id_rsa.pub in azure devops and now when i try to do git clone ssh it says:
The Git repository with name or identifier xxx does not exist or you do not have permissions for the operation you are attempting. fatal: Could not read from remote repository.
What else one should be doing except create a pair of ssh keys upload public key to azure in the project and try to clone it?
Also could it be possible that same ssh key is used under another project in azure?
thanx