SourceTree does the PULL for a repository without any errors. But I get the below error when I tried to do a PULL from Git Bash.
I am new to Git and I prefer using command line. Please advice.
xxxxx@stash.xxx.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Hi Priya
seems like you try to do you git actions via ssh.
How did you configure sourcetree access to the repo?
While trying to access the repo from git bash it seem that the private key that you use has not a corresponding public key at bitbucket configured.
Cheers
Kurt
Kurt - that exactly was the problem. I generated a key from Git bash and added it to the Bitbucket account and it fixed the issue. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.