I uploaded my ~/.ssh/id_rsa.pub to Bitbucket\'s SSH keys as explained, but Git still asks me for my password at every operation (such as git pull).
~/.ssh/id_rsa.pub
git pull
If you are using a Ubuntu system, use the following to Store Password Permanently:
git config --global credential.helper store