github配置ssh登陆

生成ssh密钥 替换其中的your_email@example.com为自己的github账号邮箱地址 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加SSH密钥到 SSH-Agent ssh-add ~/.ssh/id_rsa 获取公