站内公告:

我们的虚拟社区正式开通了

Main Menu

Could not open a connection to your authentication agent

作者 jvip_chen, 2023-10月-31 11:39 上午

« 上一篇主题 - 下一篇主题 »

jvip_chen

执行ssh-add时出现Could not open a connection to your authentication agent

在执行
ssh-add ~/.ssh/id_ras时发生此错,执行如下命令 
ssh-agent bash
然后再执行
ssh-add ~/.ssh/id_ras
即可。