I'm using PhpStorm and I'm also using WSL with Ubuntu 20.04 installed. When I try to update my branch using PhpStorm's tools I get this error:
Update failed
git@bitbucket-ssh.uhub.biz: Permission denied (publickey).
Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
As far as I'm aware everything is fine because I can run git pull
on my branch and it gets updated.
I've tried creating a config file in .ssh
folder and creating new ssh keys, but nothing has worked.