ssh setup Posted on 2025-10-05 github ssh配置生成key1ssh-keygen -t rsa -f ~/.ssh/baidu_id_rsa 配置~/.ssh/config文件12345#GitHubHost github.comHostName github.comPreferredAuthentications publickeyIdentityFile ~/.ssh/id_rsa ~/.ssh/config 文件权限必须为644 git 常用命令git clone –depth 1 –branch v5.0.8 –no-checkout https://github.com/emqx/emqx.git