1.下载 sudo apt install git 2. 查看版本 git --version 3. 登录git账号 git config --global user.email "you@example.com" git config --global user.name "Your Name" 4.生成密钥对 ssh-keygen -t rsa -C "your_email@youremail.com" 复制公钥 5. 复制公钥到github