天天看點

github 報sign_and_send_pubkey: signing failed: agent refused operation錯誤解決

t@localhost .ssh$ ssh -vT [email protected]

OpenSSH_7.2p2, OpenSSL 1.0.2h-fips  3 May 2016

...

sign_and_send_pubkey: signing failed: agent refused operation

Permission denied (publickey).

t@localhost .ssh$ eval "$(ssh-agent -s)"

Agent pid 6894

Hi talenhao! You've successfully authenticated, but GitHub does not provide shell access.

debug1: channel 0: free: client-session, nchannels 1

Transferred: sent 2672, received 1776 bytes, in 0.8 seconds

Bytes per second: sent 3418.5, received 2272.2

debug1: Exit status 1

t@localhost .ssh$

參考:

https://help.github.com/articles/error-agent-admitted-failure-to-sign/