1. 检查SSH keys是否存在 ls -al ~/.ssh2. 生成新的ssh key 输入 ssh-keygen -t rsa -C your_email@example.com
转载于:https://www.cnblogs.com/whlives/p/6908125.html