1 安装git sudo apt install git 绑定GitHub用户 git config –global user.name “XXX”git config –global user.email xxx@xxx.com 查看用户信息 git config –list 2 生成SSH key ssh-keygen -t rsa -C xxx@xxx.com 生成的公钥信息会存在/home...