I don't know how exactly to ask this. When I try access remote repo (in bitbucket) using SSH, I couldn't run some commands, e.g. git push or git pull.
When I do that, I prompted to enter password to access to the private locked key (which I don't know what it means). I don't know which password should I enter, I've try entering password for my account, and passphrase I enter for ssh-keygen command, but none of these correct.
Anyone knows what the problem, please help.
These some output when I cancel and exit the prompt:
$ git push -u origin main
sign_and_send_pubkey: signing failed for RSA "/home/user/.ssh/id_rsa" from agent: agent refused operation
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.