ssh-add 的时候报错
Could not open a connection to your authentication agent
直接执行
ssh-agent #依然报错
需要加上
eval `ssh-agent`
为什么这里一定要使用eval,查了下eval的资料也不确定为什么这么做.
ssh-add 的时候报错
Could not open a connection to your authentication agent
直接执行
ssh-agent #依然报错
需要加上
eval `ssh-agent`
为什么这里一定要使用eval,查了下eval的资料也不确定为什么这么做.