I'm getting this error:
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
I've tried setting up and ssh connection but did not have success. I tried running
git config --global credential.username "new_username"
git config --global user.name "username"
git config --global user.email"email@email.com"
and still didn't have any success. I there something else I need to do to get vscode to connect to my bitbucket account?