I am unable to perform any operations on GIT bash (pull, push, clone etc.) - getting below error:
$ git clone ssh://git@stash.gto.intranet.com:7999/~shashank.khanduja@test.com/hello-java.git Cloning into 'hello-java'... git@stash.gto.intranet.com: 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 tried deleting all the files from .ssh folder and recreated the keys. But, still the same issue.
Also, refer below error: ssh -T git@stash.gto.intranet.com:7999 ssh: Could not resolve hostname stash.gto.intranet.com:7999: Name or service not known