Git on Bitbucket: Always asked for password, even after uploading my public SSH key

前端 未结 15 1275
情书的邮戳
情书的邮戳 2020-12-22 17:32

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).

15条回答
  •  醉梦人生
    2020-12-22 18:02

    If you are using a Ubuntu system, use the following to Store Password Permanently:

    git config --global credential.helper store
    

提交回复
热议问题