为 GitHub 账号设置 SSH Key时, 使用命令:ssh-add,出现“Could not open a connection to your authentication agent”,解决办法:

先运行命令:

ssh-agent bash

再运行:

ssh-add

相关文章: