ssh-add Could not open a connection to your authentication agent.

ssh-add 报错Could not open a connection to your authentication agent.
须要执行如下代码ssh

eval `ssh-agent -s`
ssh-add

这里注意`不是引号,是数字1左边的那个点code

相关文章
相关标签/搜索