生成SSH 2023-10-22 阅读次数: 目录 回到顶部 用户名和邮箱进行初始化git config –global user.name yournamegit config –global user.email youremail 检查初始化信息git config user.namegit config user.email 生成密钥ssh-keygen -t rsa -C youremail 查看公钥cat ~/.ssh/id_rsa.pub python