mac 两步操作,避免每次git pull /git push 都需要输入密码的解决方案

首先执行 ssh-add -L

$ ssh-add -L
The agent has no identities.

再执行一次ssh-add 输入密码就好了
成功后会展示你本机的ssh密钥地址; 再次执行git命令则无需输入密码了。

image.png

你可能感兴趣的:(mac 两步操作,避免每次git pull /git push 都需要输入密码的解决方案)