引言

在执行 ssh-add ~/.ssh/id_rsa 时,系统提示:Could not open a connection to your authentication agent.

原因:未启动ssh agent

解决方法

只需执行以下命令:

1
ssh-agent bash

再执行 ssh-add 即可

1
ssh-add ~/.ssh/id_rsa