解决mac ssh仓库代码每次pull和push都需要输入密码

 先执行$ ssh-add -L
出现 The agent has no identities.

然后执行 ssh-add 

下次push和pull代码的时候就不需要输入密码了

你可能感兴趣的:(macos,ssh,运维)