git报错sign_and_send_pubkey: signing failed: agent refused operation

Scan the code to follow, learn together
Insert picture description here
, report an error after the server adds the public key
sign_and_send_pubkey: signing failed: agent refused operation

Execute the following command to solve:

eval "$(ssh-agent -s)"
ssh-add

Guess you like

Origin blog.csdn.net/qq_43804080/article/details/106408989