First time using bitbucket, trying to make a first push of my local project to bitbucket.
I managed to create a repository with no issues. After I created a new SSH
Try checking if your ssh-agent is working:
ssh-add -l
If you get error just do:
eval `ssh-agent -s` ssh-add ssh-add -l