执行 ssh-add 时出现 Could not open a connection to your authentication agent.
在执行 ssh-add ~/.ssh/id_ras 指令时出现报错 Could not open a connection to your authentication agent.
应当先执行 ssh-agent bash
然后再执行 ssh-add ~/.ssh/id_ras 即可
在执行 ssh-add ~/.ssh/id_ras 指令时出现报错 Could not open a connection to your authentication agent.
应当先执行 ssh-agent bash
然后再执行 ssh-add ~/.ssh/id_ras 即可