全新安装 ubuntu 后,似乎无法使用任何bzr branch
命令。我收到以下错误:
Agent admitted failure to sign using the key. Permission denied
(publickey). ConnectionReset reading response for 'BzrDir.open_2.1',
retrying Agent admitted failure to sign using the key. Permission
denied (publickey). bzr: ERROR: Connection closed: Unexpected end of
message. Please check connectivity and permissions, and report a bug
if problems persist.
我按照提供的步骤进行操作这里但没有成功。此外,论坛上提供的其他解决方案也无济于事。
知道该怎么办吗?
答案1
您应该能够通过使用 ssh-add 将密钥加载到 SSH 代理中来修复此错误:
ssh-add
在您想要克隆项目的根文件夹中,输入您的终端。