SSH生成id_rsa, id_rsa.pub后,连接服务器却报:
Agent admitted failure to sign using the key
错误。
解决方法:
在当前用户下执行命令:
ssh-add
即可解决。
Git_ssh-add
最新推荐文章于 2024-10-10 15:40:37 发布
SSH生成id_rsa, id_rsa.pub后,连接服务器却报:
Agent admitted failure to sign using the key
错误。
解决方法:
在当前用户下执行命令:
ssh-add
即可解决。